Skip to content

Commit f400e52

Browse files
committed
Update munit version
1 parent da4b8a0 commit f400e52

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" % "1.0.0-M11" % Test,
19+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test,
2020
Test / parallelExecution := false
2121
)

0 commit comments

Comments
 (0)