Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2023
1 parent 8a23a54 commit 5b04b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
(base / "NOTICE") +: (base / "LICENSE") +: ((base / "licenses") * "LICENSE_*").get
},
scalacOptions := scalacOptions.value.filterNot(_ == "-source:3.0-migration"),
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M7" % "test"
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % "test"
)

lazy val coreJVM = core.jvm
Expand Down

0 comments on commit 5b04b56

Please sign in to comment.