Skip to content

Commit

Permalink
Merge pull request #777 from typelevel/update/cats-effect-3.4.9
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel, ... to 3.4.9
  • Loading branch information
mpilquist committed Apr 22, 2023
2 parents e3c9768 + 9b79019 commit f40e5ee
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.2.2"
val collectionCompatVersion = "2.9.0"

val catsVersion = "2.9.0"
val catsEffectVersion = "3.4.8"
val catsEffectVersion = "3.4.9"
val fs2Version = "3.6.1"

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

0 comments on commit f40e5ee

Please sign in to comment.