Skip to content

Commit fbaf2f6

Browse files
Update munit to 1.2.1
1 parent ed514fe commit fbaf2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_testing/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scalaVersion := "3.3.0"
22
libraryDependencies ++=
33
Seq(
4-
"org.scalameta" %% "munit" % "0.7.29" % Test,
4+
"org.scalameta" %% "munit" % "1.2.1" % Test,
55
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
66
)

0 commit comments

Comments
 (0)