Skip to content

Commit 362e89d

Browse files
Update munit to 1.2.3 (#971)
1 parent 76080a8 commit 362e89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ object Dependencies {
8282
val sprayJson = Compile.sprayJson % "test"
8383
val junit = Compile.junit % "test"
8484
val specs2 = "org.specs2" %% "specs2-core" % "4.23.0"
85-
val munit = "org.scalameta" %% "munit" % "1.2.2"
85+
val munit = "org.scalameta" %% "munit" % "1.2.3"
8686

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

0 commit comments

Comments
 (0)