Skip to content

Commit 49c6646

Browse files
authored
Merge pull request sbt#322 from scala-steward/update/munit-1.2.0
Update munit to 1.2.0
2 parents 30d9568 + 897944a commit 49c6646

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
@@ -18,7 +18,7 @@ git.baseVersion := "1.0"
1818
libraryDependencies ++= Seq(
1919
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
2020
"com.michaelpollmeier" % "versionsort" % "1.0.17",
21-
"org.scalameta" %% "munit" % "1.1.2" % Test
21+
"org.scalameta" %% "munit" % "1.2.0" % Test
2222
)
2323

2424
(pluginCrossBuild / sbtVersion) := {

0 commit comments

Comments
 (0)