Skip to content

Commit

Permalink
Merge pull request #271 from scala-steward/update/circe-core-0.14.7
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic to 0.14.7
  • Loading branch information
sh0hei committed May 19, 2024
2 parents 152199f + 8fb1f5e commit 07586ac
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 07586ac

Please sign in to comment.