Skip to content

Commit

Permalink
Merge pull request #502 from scodec/topic/update-munit
Browse files Browse the repository at this point in the history
Update to munit-scalacheck-1.0.0
  • Loading branch information
mpilquist authored May 28, 2024
2 parents a7a47dc + 2fe9e35 commit cdf42d4
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 cdf42d4

Please sign in to comment.