Skip to content

Commit a6434cb

Browse files
authored
Merge pull request #578 from scala-steward/update/munit-cats-effect-2.0.0-M5
Update munit-cats-effect to 2.0.0-M5
2 parents 9fd3bfb + 0065000 commit a6434cb

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
@@ -51,7 +51,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5151
libraryDependencies ++= Seq(
5252
"org.scalacheck" %%% "scalacheck" % "1.17.0",
5353
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
54-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
54+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
5555
)
5656
)
5757
.jvmSettings(

0 commit comments

Comments
 (0)