Skip to content

Commit

Permalink
Merge pull request #3485 from scala-steward/update/cats-effect-3.5.6
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.6
  • Loading branch information
mergify[bot] authored Nov 21, 2024
2 parents c60ad64 + 00744d9 commit 694e9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.79"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
Expand Down

0 comments on commit 694e9e6

Please sign in to comment.