Skip to content

Commit d9811f1

Browse files
authored
Merge pull request #319 from scala-steward/update/munit-1.2.0
Update munit to 1.2.0
2 parents 4f1bbec + 3f793f5 commit d9811f1

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
@@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head
2828
libraryDependencies ++= Seq(
2929
"org.scalatest" %% "scalatest-wordspec" % "3.2.19" % Test,
3030
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test,
31-
"org.scalameta" %% "munit" % "1.1.2" % Test,
31+
"org.scalameta" %% "munit" % "1.2.0" % Test,
3232
)
3333

3434
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (

0 commit comments

Comments
 (0)