Skip to content

Commit c4756ec

Browse files
Update munit to 1.1.2 (#773)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent e460e84 commit c4756ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ object Dependencies {
7878
val sprayJson = Compile.sprayJson % "test"
7979
val junit = Compile.junit % "test"
8080
val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
81-
val munit = "org.scalameta" %% "munit" % "1.1.1"
81+
val munit = "org.scalameta" %% "munit" % "1.1.2"
8282

8383
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
8484
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"

0 commit comments

Comments
 (0)