Skip to content

Commit 6c8fd4a

Browse files
authored
Merge pull request #3554 from typelevel/update/cats-effect-3.6.0
Update cats-effect, cats-effect-laws, ... to 3.6.0
2 parents d7637b4 + 1e8a601 commit 6c8fd4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
299299
libraryDependencies ++= Seq(
300300
"org.scodec" %%% "scodec-bits" % "1.1.38",
301301
"org.typelevel" %%% "cats-core" % "2.11.0",
302-
"org.typelevel" %%% "cats-effect" % "3.6.0-RC2",
303-
"org.typelevel" %%% "cats-effect-laws" % "3.6.0-RC2" % Test,
304-
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0-RC2" % Test,
302+
"org.typelevel" %%% "cats-effect" % "3.6.0",
303+
"org.typelevel" %%% "cats-effect-laws" % "3.6.0" % Test,
304+
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0" % 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)