Skip to content

Commit 595ce6b

Browse files
authored
Merge pull request scala#144 from naferx/patch-2
Bump munit to 1.0.0
2 parents 6f42272 + 21ac2e5 commit 595ce6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ lazy val root = project
88

99
scalaVersion := scala3Version,
1010

11-
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
11+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
1212
)

0 commit comments

Comments
 (0)