Skip to content

Commit d7637b4

Browse files
authored
Merge pull request #3552 from typelevel/update/cats-effect-laws-3.6.0-RC2
Update cats-effect-laws, ... to 3.6.0-RC2
2 parents 06d0784 + 6410a71 commit d7637b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
300300
"org.scodec" %%% "scodec-bits" % "1.1.38",
301301
"org.typelevel" %%% "cats-core" % "2.11.0",
302302
"org.typelevel" %%% "cats-effect" % "3.6.0-RC2",
303-
"org.typelevel" %%% "cats-effect-laws" % "3.6.0-RC1" % Test,
304-
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0-RC1" % Test,
303+
"org.typelevel" %%% "cats-effect-laws" % "3.6.0-RC2" % Test,
304+
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0-RC2" % Test,
305305
"org.typelevel" %%% "cats-laws" % "2.11.0" % Test,
306306
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
307307
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,

0 commit comments

Comments
 (0)