Skip to content

Commit

Permalink
Update cats-effect to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 28, 2024
1 parent e00de79 commit 58f1bad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import sbt.*

object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.0.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.0.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"

object Cats {
val core = "org.typelevel" %% "cats-core" % "2.9.0"
val effect = "org.typelevel" %% "cats-effect" % "3.4.11"
val core = "org.typelevel" %% "cats-core" % "2.9.0"
val effect = "org.typelevel" %% "cats-effect" % "3.5.5"
}
}

0 comments on commit 58f1bad

Please sign in to comment.