Skip to content

Commit e9710a2

Browse files
Update munit, munit-scalacheck to 1.2.0
1 parent ed514fe commit e9710a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

10_testing/build.sbt

Lines changed: 2 additions & 2 deletions
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,
5-
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
4+
"org.scalameta" %% "munit" % "1.2.0" % Test,
5+
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test
66
)

0 commit comments

Comments
 (0)