Skip to content

Commit

Permalink
Update cats-effect, cats-effect-kernel, ... to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 27, 2024
1 parent 5c7e6c6 commit cd200a2
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.6"
val catsEffectVersion = "3.5.7"
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.6" % Test
"org.typelevel" %%% "cats-effect-testkit" % "3.5.7" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit cd200a2

Please sign in to comment.