Skip to content

Commit

Permalink
Merge pull request #1022 from nationalarchives/update/circe-core-0.14.6
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic to 0.14.6
  • Loading branch information
TomJKing committed Aug 31, 2023
2 parents 20592f6 + ab72a88 commit 6d8d69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import sbt._
object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.0.1"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.5"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.5"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
}

0 comments on commit 6d8d69b

Please sign in to comment.