Skip to content

Commit ead1f47

Browse files
authored
Merge pull request #268 from scala-steward/update/munit-1.2.1
Update munit to 1.2.1
2 parents db5fbf0 + a12db31 commit ead1f47

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
@@ -80,7 +80,7 @@ val tests = project
8080
s"-Jdummy=${jar.lastModified}"
8181
) // borrowed from bm4
8282
},
83-
libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.2.0" % Test),
83+
libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.2.1" % Test),
8484
buildInfoKeys ++= Seq(scalaVersion),
8585
buildInfoPackage := "b2s.buildinfo",
8686
Compile / doc / sources := Seq()

0 commit comments

Comments
 (0)