Skip to content

Commit

Permalink
Merge pull request #1156 from nationalarchives/scala-steward-dependen…
Browse files Browse the repository at this point in the history
…cies

Scala Steward Updates
  • Loading branch information
mergify[bot] authored Sep 12, 2024
2 parents 5b92a5d + ece3dcf commit 9e5f047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.1"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.9"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.9"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.10"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.10"
}

0 comments on commit 9e5f047

Please sign in to comment.