Skip to content

Commit

Permalink
Merge pull request #454 from scala-steward/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
hamnis authored Oct 29, 2024
2 parents f54a5e3 + 26ff8bb commit c5d6f87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ ThisBuild / tlCiReleaseBranches := Nil
ThisBuild / circeRootOfCodeCoverage := Some("root")

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

val previousCirceJacksonVersion = "0.15.0"
val disciplineMunitVersion = "2.0.0"

Expand All @@ -34,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 c5d6f87

Please sign in to comment.