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 7630ec9 commit 1dc5ccbCopy full SHA for 1dc5ccb
build.sbt
@@ -16,7 +16,7 @@ git.baseVersion := "1.0"
16
libraryDependencies ++= Seq(
17
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
18
"com.michaelpollmeier" % "versionsort" % "1.0.11",
19
- "org.scalameta" %% "munit" % "0.7.29" % Test
+ "org.scalameta" %% "munit" % "1.0.1" % Test
20
)
21
22
scriptedLaunchOpts += s"-Dproject.version=${version.value}"
0 commit comments