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 9069027 commit 10bdf0dCopy full SHA for 10bdf0d
build.sbt
@@ -11,7 +11,7 @@ crossScalaVersions := Seq("2.13.15", "2.12.20")
11
libraryDependencies ++= Seq(
12
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
13
"io.spray" %% "spray-json" % "1.3.6",
14
- "org.scalameta" %% "munit" % "1.0.3" % Test,
+ "org.scalameta" %% "munit" % "1.0.4" % Test,
15
)
16
testFrameworks += new TestFramework("munit.Framework")
17
0 commit comments