Skip to content

Commit

Permalink
Update cats-core to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent dbe0d25 commit 98da24d
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 @@ -15,7 +15,7 @@ object Dependencies {
def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s
def smithy4s(artifact: String): ModuleID = "com.disneystreaming.smithy4s" %% s"smithy4s-$artifact" % smithy4sVersion

val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect

val fs2 = "co.fs2" %% "fs2-core" % V.fs2
Expand Down

0 comments on commit 98da24d

Please sign in to comment.