Skip to content

Commit 10bdf0d

Browse files
Update munit to 1.0.4 (#262)
1 parent 9069027 commit 10bdf0d

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
@@ -11,7 +11,7 @@ crossScalaVersions := Seq("2.13.15", "2.12.20")
1111
libraryDependencies ++= Seq(
1212
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
1313
"io.spray" %% "spray-json" % "1.3.6",
14-
"org.scalameta" %% "munit" % "1.0.3" % Test,
14+
"org.scalameta" %% "munit" % "1.0.4" % Test,
1515
)
1616
testFrameworks += new TestFramework("munit.Framework")
1717

0 commit comments

Comments
 (0)