Skip to content

Commit b8e6d9c

Browse files
committed
Update munit version
1 parent aca6c19 commit b8e6d9c

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
@@ -16,6 +16,6 @@ lazy val root = project
1616
"-unchecked",
1717
"-Wunused:all"
1818
),
19-
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
19+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M11" % Test,
2020
Test / parallelExecution := false
2121
)

0 commit comments

Comments
 (0)