Skip to content

Commit

Permalink
Merge pull request #354 from scala-steward/update/sangria-4.2.3
Browse files Browse the repository at this point in the history
Update sangria to 4.2.3
  • Loading branch information
sh0hei authored Dec 8, 2024
2 parents 054db37 + 848f60a commit 9de3288
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 @@ -7,7 +7,7 @@ object Dependencies {
val http4s = "1.0.0-M30"
}

val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0"
val sangria = "org.sangria-graphql" %% "sangria" % "4.2.3"
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.12"

Expand Down

0 comments on commit 9de3288

Please sign in to comment.