Skip to content

Commit 32ec1e5

Browse files
authored
Bump to CE 3.5-e3fbc49
1 parent 72ebf7b commit 32ec1e5

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
@@ -214,9 +214,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
214214
libraryDependencies ++= Seq(
215215
"org.scodec" %%% "scodec-bits" % "1.1.35",
216216
"org.typelevel" %%% "cats-core" % "2.9.0",
217-
"org.typelevel" %%% "cats-effect" % "3.5.0-RC1",
218-
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC1" % Test,
219-
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC1" % Test,
217+
"org.typelevel" %%% "cats-effect" % "3.5-e3fbc49",
218+
"org.typelevel" %%% "cats-effect-laws" % "3.5-e3fbc49" % Test,
219+
"org.typelevel" %%% "cats-effect-testkit" % "3.5-e3fbc49" % Test,
220220
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
221221
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
222222
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,

0 commit comments

Comments
 (0)