Skip to content

Commit 10ebc53

Browse files
authored
Merge pull request #3314 from typelevel/update/cats-effect-3.5.2
Update cats-effect, cats-effect-laws, ... to 3.5.2
2 parents 2aa7620 + 7de1ece commit 10ebc53

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
@@ -260,9 +260,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
260260
libraryDependencies ++= Seq(
261261
"org.scodec" %%% "scodec-bits" % "1.1.37",
262262
"org.typelevel" %%% "cats-core" % "2.10.0",
263-
"org.typelevel" %%% "cats-effect" % "3.5.1",
264-
"org.typelevel" %%% "cats-effect-laws" % "3.5.1" % Test,
265-
"org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test,
263+
"org.typelevel" %%% "cats-effect" % "3.5.2",
264+
"org.typelevel" %%% "cats-effect-laws" % "3.5.2" % Test,
265+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2" % Test,
266266
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
267267
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
268268
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,

0 commit comments

Comments
 (0)