Skip to content

Commit

Permalink
chore(deps): bump cats-effect from 3.5.5 to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 1, 2024
1 parent 16bab87 commit 1650f65
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 @@ -12,7 +12,7 @@ object Dependencies {
val dependencies = Seq(
"com.typesafe" % "config" % "1.4.3",
// NOTE: doobie 1.0.0-RC4 and http4s 1.0.0-M40 dependes on cats-effect 3.5.1
"org.typelevel" %% "cats-effect" % "3.5.5",
"org.typelevel" %% "cats-effect" % "3.5.7",
"org.typelevel" %% "log4cats-core" % log4catsVersion,
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion,
Expand Down

0 comments on commit 1650f65

Please sign in to comment.