We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3718ce9 + 1bb6a6e commit dab45adCopy full SHA for dab45ad
build.sbt
@@ -18,7 +18,7 @@ git.baseVersion := "1.0"
18
libraryDependencies ++= Seq(
19
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r",
20
"com.michaelpollmeier" % "versionsort" % "1.0.17",
21
- "org.scalameta" %% "munit" % "1.2.4" % Test
+ "org.scalameta" %% "munit" % "1.3.0" % Test
22
)
23
24
(pluginCrossBuild / sbtVersion) := {
0 commit comments