Skip to content

Commit a892594

Browse files
Update munit to 1.2.0 (#263)
1 parent 26efd47 commit a892594

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

0 commit comments

Comments
 (0)