Skip to content

Commit

Permalink
Update circe-core to 0.14.4 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 13, 2023
1 parent fb3e9e3 commit 407a0fd
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 @@ -128,7 +128,7 @@ lazy val circe = project.in(modules / "circe")
.settings(
name := "tethys-circe",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.3"
"io.circe" %% "circe-core" % "0.14.4"
)
)
.dependsOn(core, `jackson-212` % Test)
Expand Down Expand Up @@ -174,7 +174,7 @@ lazy val benchmarks = project.in(modules / "benchmarks")
"io.spray" %% "spray-json" % "1.3.6",
"org.json4s" %% "json4s-native" % "3.6.10",
"org.json4s" %% "json4s-jackson" % "3.6.10",
"io.circe" %% "circe-core" % "0.14.3",
"io.circe" %% "circe-core" % "0.14.4",
"io.circe" %% "circe-generic" % "0.13.0",
"io.circe" %% "circe-jawn" % "0.13.0",
"io.circe" %% "circe-jackson210" % "0.13.0",
Expand Down

0 comments on commit 407a0fd

Please sign in to comment.