Skip to content

Commit 0005138

Browse files
authored
Bump to CE 3.5.0-RC2
1 parent d76bdea commit 0005138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
220220
libraryDependencies ++= Seq(
221221
"org.scodec" %%% "scodec-bits" % "1.1.35",
222222
"org.typelevel" %%% "cats-core" % "2.9.0",
223-
"org.typelevel" %%% "cats-effect" % "3.5-e3fbc49",
224-
"org.typelevel" %%% "cats-effect-laws" % "3.5-e3fbc49" % Test,
225-
"org.typelevel" %%% "cats-effect-testkit" % "3.5-e3fbc49" % Test,
223+
"org.typelevel" %%% "cats-effect" % "3.5.0-RC2",
224+
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC2" % Test,
225+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC2" % Test,
226226
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
227227
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
228228
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,

0 commit comments

Comments
 (0)