Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent a7a47dc commit f15bd7e
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 @@ -97,7 +97,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-RC1" % "test"
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % "test"
)

lazy val coreJVM = core.jvm
Expand Down

0 comments on commit f15bd7e

Please sign in to comment.