Skip to content

Commit

Permalink
Update cats-core to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2025
1 parent e00de79 commit 35dde6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 core = "org.typelevel" %% "cats-core" % "2.13.0"
val effect = "org.typelevel" %% "cats-effect" % "3.4.11"
}
}

0 comments on commit 35dde6b

Please sign in to comment.