Skip to content

Commit

Permalink
Merge pull request #1096 from typelevel/update/cats-effect-3.5.6
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel, ... to 3.5.6
  • Loading branch information
mergify[bot] authored Nov 20, 2024
2 parents d0924d7 + f9fd211 commit 292b624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val scala30Version = "3.3.4"
val collectionCompatVersion = "2.11.0"

val catsVersion = "2.11.0"
val catsEffectVersion = "3.5.5"
val catsEffectVersion = "3.5.6"
val fs2Version = "3.11.0"

// Publishing
Expand Down Expand Up @@ -297,7 +297,7 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.typelevel" %%% "cats-mtl" % "1.4.0",
"org.typelevel" %%% "cats-mtl-laws" % "1.4.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.5" % Test
"org.typelevel" %%% "cats-effect-testkit" % "3.5.6" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit 292b624

Please sign in to comment.