We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0dd5c + 08daf15 commit 3eea713Copy full SHA for 3eea713
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
10
val sangria = "org.sangria-graphql" %% "sangria" % "4.2.5"
11
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
12
- val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.17"
+ val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.18"
13
14
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
15
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
0 commit comments