Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 31, 2023
1 parent 25dd510 commit 95113d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ lazy val caffeine = createModule("caffeine")
lazy val circe = createModule("circe")
.settings(
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1",
"io.circe" %% "circe-generic" % "0.14.1" % Test,
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.6" % Test,
scalacheck,
scalatestplus
),
Expand Down

0 comments on commit 95113d5

Please sign in to comment.