From 4e488d47fa610f190382e96149a0b5d732f5fb9a Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:16:34 +0000 Subject: [PATCH] Update circe-literal, circe-parser, ... to 0.14.8 --- build.sbt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index 3898e04..458702a 100644 --- a/build.sbt +++ b/build.sbt @@ -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.8", "io.monix" %% "newtypes-core" % "0.2.3", "io.monix" %% "newtypes-circe-v0-14" % "0.2.3", "org.tpolecat" %% "natchez-core" % "0.3.5", @@ -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.8" % Test, + "io.circe" %% "circe-testing" % "0.14.8" % 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, @@ -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.8" % Test, + "io.circe" %% "circe-testing" % "0.14.8" % Test, "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test, "com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test, ) @@ -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.8" % Test, + "io.circe" %% "circe-testing" % "0.14.8" % Test, "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test, "com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test, ) @@ -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.8", ) }, )