Skip to content

Commit 26efd47

Browse files
authored
Merge pull request #262 from scala-steward/update/munit-1.1.2
Update munit to 1.1.2
2 parents faf842f + 1e2fb97 commit 26efd47

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.1.1" % Test),
83+
libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.1.2" % Test),
8484
buildInfoKeys ++= Seq(scalaVersion),
8585
buildInfoPackage := "b2s.buildinfo",
8686
Compile / doc / sources := Seq()

0 commit comments

Comments
 (0)