We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b65855c + 3cbfac8 commit 1960496Copy full SHA for 1960496
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.0" % Test
+ "org.scalameta" %% "munit" % "1.2.1" % Test
22
)
23
24
(pluginCrossBuild / sbtVersion) := {
0 commit comments