From a3776f1a9a132cd85e230d2473ebf6d374f81fd7 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:11:24 +0000 Subject: [PATCH] Update circe-optics to 0.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3798e99..81fc0e5 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ lazy val `mysql-init-custom-resource` = (project in file(".")) "org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectVersion % Test, "org.typelevel" %% "log4cats-noop" % log4catsVersion % Test, "io.circe" %% "circe-testing" % circeVersion % Test, - "io.circe" %% "circe-optics" % "0.14.1" % Test, + "io.circe" %% "circe-optics" % "0.15.0" % Test, "com.github.julien-truffaut" %% "monocle-core" % monocleVersion % Test, "com.github.julien-truffaut" %% "monocle-macro" % monocleVersion % Test, "org.http4s" %% "http4s-dsl" % http4sVersion % Test,