Skip to content

Commit

Permalink
Merge pull request #126 from hnaderi/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
mergify[bot] authored Jun 18, 2024
2 parents b9a1a26 + 59703c2 commit 2788801
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 @@ -113,7 +113,7 @@ lazy val circe = module("circe") {
.dependsOn(core)
.settings(
description := "yaml4s integration with circe",
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.7"
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.8"
)
}

Expand Down

0 comments on commit 2788801

Please sign in to comment.