Skip to content

Commit

Permalink
Merge pull request #1103 from nationalarchives/update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/circe-core-0.14.7

Update circe-core, circe-generic to 0.14.7 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Apr 28, 2024
2 parents f8c356a + b1a974b commit 4525713
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.18"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.0"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.7"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.7"
}

0 comments on commit 4525713

Please sign in to comment.