Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit dec3597

Browse files
scala-stewardrobstoll
authored andcommitted
Update munit to 1.0.2
1 parent 7b60205 commit dec3597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
.settings(
1111
libraryDependencies ++= Seq(
1212
// test dependencies
13-
"org.scalameta" %% "munit" % "1.0.1" % Test
13+
"org.scalameta" %% "munit" % "1.0.2" % Test
1414
)
1515
)
1616

0 commit comments

Comments
 (0)