Skip to content

Commit

Permalink
Merge pull request #974 from typelevel/update/cats-effect-3.5.4
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel, ... to 3.5.4
  • Loading branch information
mpilquist committed Mar 18, 2024
2 parents 078941d + 2dfa768 commit e313e18
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.3"
val collectionCompatVersion = "2.11.0"

val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.3"
val catsEffectVersion = "3.5.4"
val fs2Version = "3.9.4"

// Publishing
Expand Down Expand Up @@ -288,7 +288,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.3" % Test
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit e313e18

Please sign in to comment.