We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2d79e commit e401c7dCopy full SHA for e401c7d
build.sbt
@@ -10,7 +10,7 @@ scalaVersion := "2.13.16"
10
libraryDependencies ++= Seq(
11
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
12
"io.spray" %% "spray-json" % "1.3.6",
13
- "org.scalameta" %% "munit" % "1.0.4" % Test,
+ "org.scalameta" %% "munit" % "1.1.0" % Test,
14
)
15
testFrameworks += new TestFramework("munit.Framework")
16
0 commit comments