Skip to content

Commit

Permalink
Update circe-core, circe-generic to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent 152199f commit 8fb1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scalacOptions ++= {
}
javacOptions ++= Seq("-source", "8", "-target", "8")

val circeVersion = "0.14.6"
val circeVersion = "0.14.7"

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8",
Expand Down

0 comments on commit 8fb1f5e

Please sign in to comment.