Skip to content

Commit

Permalink
Merge branch 'master' into version-bump-108328953071
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Sep 18, 2024
2 parents 3f95270 + 9e5f047 commit 7d5c2a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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"
}
12 changes: 6 additions & 6 deletions ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d5c2a2

Please sign in to comment.