Skip to content

Commit 9de31c2

Browse files
authored
Merge pull request #3217 from typelevel/update/cats-effect-3.5.0-RC5
Update cats-effect, cats-effect-laws, ... to 3.5.0-RC5
2 parents dbd66d1 + 961255a commit 9de31c2

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
@@ -229,9 +229,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
229229
libraryDependencies ++= Seq(
230230
"org.scodec" %%% "scodec-bits" % "1.1.37",
231231
"org.typelevel" %%% "cats-core" % "2.9.0",
232-
"org.typelevel" %%% "cats-effect" % "3.5.0-RC4",
233-
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC4" % Test,
234-
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC4" % Test,
232+
"org.typelevel" %%% "cats-effect" % "3.5.0-RC5",
233+
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC5" % Test,
234+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC5" % Test,
235235
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
236236
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
237237
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,

0 commit comments

Comments
 (0)