Skip to content

Commit

Permalink
Merge pull request #55 from scala-steward/update/circe-generic-0.14.6
Browse files Browse the repository at this point in the history
Update circe-generic, circe-literal, ... to 0.14.6
  • Loading branch information
windymelt authored Apr 9, 2024
2 parents a5f24a5 + 3fd52ca commit 10d71be
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 @@ -18,9 +18,9 @@ lazy val root = (project in file("."))
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.http4s" %% "http4s-ember-client" % "0.23.26",
"org.http4s" %% "http4s-circe" % "0.23.26",
"io.circe" %% "circe-generic" % "0.14.3",
"io.circe" %% "circe-parser" % "0.14.3",
"io.circe" %% "circe-literal" % "0.14.3",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-literal" % "0.14.6",
"io.circe" %% "circe-optics" % "0.15.0",
"com.lihaoyi" %% "os-lib" % "0.9.3",
"com.typesafe" % "config" % "1.4.3",
Expand Down

0 comments on commit 10d71be

Please sign in to comment.