Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.7 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Apr 27, 2024
1 parent 52ba847 commit 8e46fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ val circe = module("circe") {
.crossType(CrossType.Pure)
.dependsOn(client)
.settings(
libraryDependencies += "io.circe" %%% "circe-parser" % "0.14.6"
libraryDependencies += "io.circe" %%% "circe-parser" % "0.14.7"
)
}

Expand All @@ -160,7 +160,7 @@ val example =
.enablePlugins(NoPublishPlugin)
.settings(
libraryDependencies ++= Seq(
"io.circe" %%% "circe-generic" % "0.14.6",
"io.circe" %%% "circe-generic" % "0.14.7",
"dev.hnaderi" %%% "named-codec-circe" % "0.2.1"
)
)
Expand Down

0 comments on commit 8e46fe6

Please sign in to comment.