Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... from 0.14.7 to 0.14.9 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
coralogix-automation-golem authored Jul 17, 2024
1 parent fc5b3f0 commit 69fcb95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ lazy val client = Project("zio-k8s-client", file("zio-k8s-client"))
"com.softwaremill.sttp.client3" %% "core" % sttpVersion,
"com.softwaremill.sttp.client3" %% "zio" % sttpVersion,
"com.softwaremill.sttp.client3" %% "circe" % sttpVersion,
"io.circe" %% "circe-core" % "0.14.7",
"io.circe" %% "circe-generic" % "0.14.7",
"io.circe" %% "circe-parser" % "0.14.7",
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9",
"io.circe" %% "circe-yaml" % "0.14.2",
"org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1",
"dev.zio" %% "zio-config-typesafe" % zioConfigVersion % Test,
Expand Down
4 changes: 2 additions & 2 deletions zio-k8s-codegen/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.6",
"dev.zio" %% "zio-nio" % "2.0.2",
"io.swagger.parser.v3" % "swagger-parser" % "2.0.24",
"io.circe" %% "circe-core" % "0.14.7",
"io.circe" %% "circe-parser" % "0.14.7",
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9",
"io.circe" %% "circe-yaml" % "0.14.2",
"org.scalameta" %% "scalameta" % "4.4.21",
"org.scalameta" %% "scalafmt-dynamic" % "2.7.5",
Expand Down

0 comments on commit 69fcb95

Please sign in to comment.