diff --git a/build.sbt b/build.sbt index 3898e04..e2eb972 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.10", "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.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, @@ -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, ) @@ -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, ) @@ -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", ) }, )