Skip to content

Commit 54d199b

Browse files
authored
Merge pull request sbt#271 from scala-steward/update/munit-1.0.3
Update munit to 1.0.3
2 parents 6ee310f + d4d0e65 commit 54d199b

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
@@ -19,7 +19,7 @@ git.baseVersion := "1.0"
1919
libraryDependencies ++= Seq(
2020
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
2121
"com.michaelpollmeier" % "versionsort" % "1.0.11",
22-
"org.scalameta" %% "munit" % "1.0.2" % Test
22+
"org.scalameta" %% "munit" % "1.0.3" % Test
2323
)
2424

2525
(pluginCrossBuild / sbtVersion) := {

0 commit comments

Comments
 (0)