Skip to content

Commit 0ab3d7e

Browse files
authored
Merge pull request #3153 from typelevel/update/cats-effect-3.5.0-RC3
Update cats-effect, cats-effect-laws, ... to 3.5.0-RC3
2 parents 0c60231 + b422513 commit 0ab3d7e

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
@@ -220,9 +220,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
220220
libraryDependencies ++= Seq(
221221
"org.scodec" %%% "scodec-bits" % "1.1.36",
222222
"org.typelevel" %%% "cats-core" % "2.9.0",
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,
223+
"org.typelevel" %%% "cats-effect" % "3.5.0-RC3",
224+
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC3" % Test,
225+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC3" % 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)