Skip to content

Commit

Permalink
Merge pull request #278 from scala-steward/update/circe-core-0.14.8
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic to 0.14.8
  • Loading branch information
yanns authored Jul 2, 2024
2 parents dc687b5 + da2be5c commit 25ff8a8
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.7"
val circeVersion = "0.14.8"

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

0 comments on commit 25ff8a8

Please sign in to comment.