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 2b89820 commit 526ff70Copy full SHA for 526ff70
build.sbt
@@ -46,5 +46,5 @@ libraryDependencies += (CrossVersion.partialVersion(scalaVersion.value) match {
46
47
libraryDependencies ++= Seq(
48
"commons-validator" % "commons-validator" % "1.9.0",
49
- "org.scalameta" %% "munit" % "1.0.3" % Test
+ "org.scalameta" %% "munit" % "1.0.4" % Test
50
)
0 commit comments