Skip to content

Commit

Permalink
Merge pull request #52 from hnaderi/update/circe-core-0.14.6
Browse files Browse the repository at this point in the history
Update circe-core to 0.14.6
  • Loading branch information
mergify[bot] authored Aug 31, 2023
2 parents 7c1fe10 + 03e76d4 commit 96befc0
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 @@ -112,7 +112,7 @@ lazy val circe = module("circe") {
.dependsOn(core)
.settings(
description := "yaml4s integration with circe",
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.5"
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.6"
)
}

Expand Down

0 comments on commit 96befc0

Please sign in to comment.