Skip to content

Commit

Permalink
Merge pull request #33 from typelevel/update/munit-cats-effect-2.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit-cats-effect to 2.0.0-RC1
  • Loading branch information
mpilquist committed May 13, 2024
2 parents b21f2a0 + 9a5263b commit c2f2b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "twiddles-core",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.10")
else Nil),
Expand Down

0 comments on commit c2f2b99

Please sign in to comment.