We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866d979 commit ef7ea27Copy full SHA for ef7ea27
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
12
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.25"
13
14
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.7.0"
15
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
16
val http4sCirce = "org.http4s" %% "http4s-circe" % V.http4s
17
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s
0 commit comments