Skip to content

Commit 1dc5ccb

Browse files
Update munit to 1.0.1 (#246)
1 parent 7630ec9 commit 1dc5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git.baseVersion := "1.0"
1616
libraryDependencies ++= Seq(
1717
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
1818
"com.michaelpollmeier" % "versionsort" % "1.0.11",
19-
"org.scalameta" %% "munit" % "0.7.29" % Test
19+
"org.scalameta" %% "munit" % "1.0.1" % Test
2020
)
2121

2222
scriptedLaunchOpts += s"-Dproject.version=${version.value}"

0 commit comments

Comments
 (0)