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.
2 parents 307b9ac + a27c7fc commit 1485125Copy full SHA for 1485125
build.sbt
@@ -18,7 +18,7 @@ git.baseVersion := "1.0"
18
libraryDependencies ++= Seq(
19
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
20
"com.michaelpollmeier" % "versionsort" % "1.0.17",
21
- "org.scalameta" %% "munit" % "1.1.1" % Test
+ "org.scalameta" %% "munit" % "1.1.2" % Test
22
)
23
24
(pluginCrossBuild / sbtVersion) := {
0 commit comments