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 e460e84 commit c4756ecCopy full SHA for c4756ec
project/Dependencies.scala
@@ -78,7 +78,7 @@ object Dependencies {
78
val sprayJson = Compile.sprayJson % "test"
79
val junit = Compile.junit % "test"
80
val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
81
- val munit = "org.scalameta" %% "munit" % "1.1.1"
+ val munit = "org.scalameta" %% "munit" % "1.1.2"
82
83
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
84
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
0 commit comments