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.
2 parents 4f1bbec + 3f793f5 commit d9811f1Copy full SHA for d9811f1
build.sbt
@@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head
28
libraryDependencies ++= Seq(
29
"org.scalatest" %% "scalatest-wordspec" % "3.2.19" % Test,
30
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test,
31
- "org.scalameta" %% "munit" % "1.1.2" % Test,
+ "org.scalameta" %% "munit" % "1.2.0" % Test,
32
)
33
34
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (
0 commit comments