Skip to content

Commit ba4cd86

Browse files
committed
Bump to CE v3.6.0-RC2
1 parent 1f39f74 commit ba4cd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ 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-RC1",
302+
"org.typelevel" %%% "cats-effect" % "3.6.0-RC2",
303303
"org.typelevel" %%% "cats-effect-laws" % "3.6.0-RC1" % Test,
304304
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0-RC1" % Test,
305305
"org.typelevel" %%% "cats-laws" % "2.11.0" % Test,

0 commit comments

Comments
 (0)