Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 10, 2023
1 parent 706fa11 commit 76354c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ lazy val scalaParallelCollections = project
// Only 2.12 standard library contains Parallel Scala collections
case BuildHelper.Scala212 =>
List()
case _ =>
case _ =>
List("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import zio.prelude.NewtypeSpecTypes._
import zio.prelude.laws.{isFailureV, isSuccessV}
import zio.prelude.newtypes.{And, Or, Sum}
import zio.test.Assertion._
import zio.test.TestAspect._
import zio.test.{Assertion => TestAssertion, _}

import scala.reflect.ClassTag
Expand Down

0 comments on commit 76354c8

Please sign in to comment.