We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76080a8 commit 362e89dCopy full SHA for 362e89d
1 file changed
project/Dependencies.scala
@@ -82,7 +82,7 @@ object Dependencies {
82
val sprayJson = Compile.sprayJson % "test"
83
val junit = Compile.junit % "test"
84
val specs2 = "org.specs2" %% "specs2-core" % "4.23.0"
85
- val munit = "org.scalameta" %% "munit" % "1.2.2"
+ val munit = "org.scalameta" %% "munit" % "1.2.3"
86
87
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
88
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
0 commit comments