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 fbaf2f6Copy full SHA for fbaf2f6
10_testing/build.sbt
@@ -1,6 +1,6 @@
1
scalaVersion := "3.3.0"
2
libraryDependencies ++=
3
Seq(
4
- "org.scalameta" %% "munit" % "0.7.29" % Test,
+ "org.scalameta" %% "munit" % "1.2.1" % Test,
5
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
6
)
0 commit comments