Skip to content

Commit

Permalink
Update circe-literal, circe-parser, ... to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 6, 2024
1 parent edb514c commit 662d2f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val `autoscaling-ecs-core`: Project = project
"com.dwolla" %% "fs2-utils" % "3.0.0-RC2",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-core" % "2.6.0",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.10",
"io.monix" %% "newtypes-core" % "0.2.3",
"io.monix" %% "newtypes-circe-v0-14" % "0.2.3",
"org.tpolecat" %% "natchez-core" % "0.3.5",
Expand All @@ -91,8 +91,8 @@ lazy val `core-tests` = project
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"org.typelevel" %% "mouse" % "1.2.2" % Test,
"org.tpolecat" %% "natchez-noop" % "0.3.5" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
"io.circe" %% "circe-literal" % "0.14.10" % Test,
"io.circe" %% "circe-testing" % "0.14.10" % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test exclude("joda-time", "joda-time"),
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Test,
Expand Down Expand Up @@ -123,8 +123,8 @@ lazy val `autoscaling-ecs-draining-lambda` = project
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
"io.circe" %% "circe-literal" % "0.14.10" % Test,
"io.circe" %% "circe-testing" % "0.14.10" % Test,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
"com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test,
)
Expand Down Expand Up @@ -159,8 +159,8 @@ lazy val `registrator-health-check-lambda` = project
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
"io.circe" %% "circe-literal" % "0.14.10" % Test,
"io.circe" %% "circe-testing" % "0.14.10" % Test,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
"com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test,
)
Expand All @@ -185,7 +185,7 @@ lazy val `feral-testkit` = project
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"io.circe" %% "circe-testing" % "0.14.6",
"io.circe" %% "circe-testing" % "0.14.10",
)
},
)
Expand Down

0 comments on commit 662d2f5

Please sign in to comment.