Skip to content

Commit

Permalink
munit-scalacheck needs its own versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Oct 29, 2024
1 parent a30c816 commit 26ff8bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ThisBuild / circeRootOfCodeCoverage := Some("root")

val circeVersion = "0.14.10"
val munitVersion = "1.0.2"
val munitScalacheckVersion = "1.0.0"

val previousCirceJacksonVersion = "0.15.0"
val disciplineMunitVersion = "2.0.0"
Expand All @@ -35,7 +36,7 @@ val baseSettings = Seq(
"io.circe" %% "circe-testing" % circeVersion % Test,
"org.typelevel" %% "discipline-munit" % disciplineMunitVersion % Test,
"org.scalameta" %% "munit" % munitVersion % Test,
"org.scalameta" %% "munit-scalacheck" % munitVersion % Test
"org.scalameta" %% "munit-scalacheck" % munitScalacheckVersion % Test
),
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "shared/src/main",
Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "shared/src/test",
Expand Down

0 comments on commit 26ff8bb

Please sign in to comment.