Skip to content

Commit

Permalink
Update circe-core to 0.14.1 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 27, 2021
1 parent d173316 commit a16ff12
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 @@ -125,7 +125,7 @@ lazy val circe = project.in(modules / "circe")
.settings(
name := "tethys-circe",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.13.0"
"io.circe" %% "circe-core" % "0.14.1"
)
)
.dependsOn(core, `jackson-212` % Test)
Expand Down Expand Up @@ -171,7 +171,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.13.0",
"io.circe" %% "circe-core" % "0.14.1",
"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 a16ff12

Please sign in to comment.