Skip to content

Commit

Permalink
Merge pull request #464 from scala-steward/update/munit-scalacheck-1.…
Browse files Browse the repository at this point in the history
…0.0-M10

Update munit-scalacheck to 1.0.0-M10
  • Loading branch information
mpilquist authored Sep 20, 2023
2 parents 829703c + 6f0816d commit b84e3d8
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 b84e3d8

Please sign in to comment.