Skip to content

Commit 15261aa

Browse files
Update munit to 1.0.0-M6 (#183)
1 parent 7eb1497 commit 15261aa

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
@@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head
2828
libraryDependencies ++= Seq(
2929
"org.scalatest" %% "scalatest-wordspec" % "3.2.12" % Test,
3030
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % Test,
31-
"org.scalameta" %% "munit" % "1.0.0-M1" % Test,
31+
"org.scalameta" %% "munit" % "1.0.0-M6" % Test,
3232
)
3333

3434
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (

0 commit comments

Comments
 (0)