Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 19b63f0

Browse files
scala-stewardmwz
andauthored
Update munit to 0.7.20 (#132)
Co-authored-by: Michael Wizner <mwz@users.noreply.github.com>
1 parent 7c0bfc5 commit 19b63f0

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
@@ -67,7 +67,7 @@ libraryDependencies ++= Seq(
6767
"com.google.guava" % "guava" % "30.1-jre" % "test",
6868
"org.scalatest" %% "scalatest" % "3.2.3" % "test",
6969
"org.scalatestplus" %% "junit-4-13" % "3.2.3.0" % "test",
70-
"org.scalameta" %% "munit" % "0.7.13" % "test"
70+
"org.scalameta" %% "munit" % "0.7.20" % "test"
7171
)
7272

7373
// Test

0 commit comments

Comments
 (0)