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 6ee310f commit d4d0e65Copy full SHA for d4d0e65
build.sbt
@@ -19,7 +19,7 @@ git.baseVersion := "1.0"
19
libraryDependencies ++= Seq(
20
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
21
"com.michaelpollmeier" % "versionsort" % "1.0.11",
22
- "org.scalameta" %% "munit" % "1.0.2" % Test
+ "org.scalameta" %% "munit" % "1.0.3" % Test
23
)
24
25
(pluginCrossBuild / sbtVersion) := {
0 commit comments