Skip to content

Commit

Permalink
Merge pull request #301 from scala-steward/update/circe-core-0.14.8
Browse files Browse the repository at this point in the history
Update circe-core to 0.14.8
  • Loading branch information
dos65 authored Jun 25, 2024
2 parents 671ff5e + 538749e commit 8f39d22
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 @@ -195,7 +195,7 @@ lazy val circe = project
.settings(
name := "tethys-circe",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.7"
"io.circe" %% "circe-core" % "0.14.8"
)
)
.dependsOn(core, `jackson-212` % Test)
Expand Down

0 comments on commit 8f39d22

Please sign in to comment.