Skip to content

Commit 526ff70

Browse files
committed
Update munit to 1.0.4
1 parent 2b89820 commit 526ff70

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
@@ -46,5 +46,5 @@ libraryDependencies += (CrossVersion.partialVersion(scalaVersion.value) match {
4646

4747
libraryDependencies ++= Seq(
4848
"commons-validator" % "commons-validator" % "1.9.0",
49-
"org.scalameta" %% "munit" % "1.0.3" % Test
49+
"org.scalameta" %% "munit" % "1.0.4" % Test
5050
)

0 commit comments

Comments
 (0)