Skip to content

Commit

Permalink
Merge pull request #830 from typelevel/update/cats-effect-3.5.1
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel, ... to 3.5.1
  • Loading branch information
mpilquist committed Jun 30, 2023
2 parents 2a14b09 + 8017a66 commit 912a786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -9,7 +9,7 @@ val scala30Version = "3.3.0"
val collectionCompatVersion = "2.11.0"

val catsVersion = "2.9.0"
val catsEffectVersion = "3.4.11"
val catsEffectVersion = "3.5.1"
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.1",
"org.typelevel" %%% "cats-mtl-laws" % "1.3.1" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.4.11" % Test
"org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit 912a786

Please sign in to comment.