Skip to content

Commit 5fb0e48

Browse files
authored
Merge pull request #491 from typelevel/update/munit-1.0.0-RC1
Update munit to 1.0.0-RC1
2 parents 5570883 + c7a82c8 commit 5fb0e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2626
name := "mouse",
2727
libraryDependencies ++= Seq(
2828
"org.typelevel" %%% "cats-core" % "2.10.0",
29-
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
29+
"org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
3030
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
3131
),
3232
developers := List(

0 commit comments

Comments
 (0)