We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed514fe commit 4c393b7Copy full SHA for 4c393b7
10_testing/build.sbt
@@ -2,5 +2,5 @@ scalaVersion := "3.3.0"
2
libraryDependencies ++=
3
Seq(
4
"org.scalameta" %% "munit" % "0.7.29" % Test,
5
- "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
+ "org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test
6
)
0 commit comments