From 6ccb3788187f262b06a94c3e1160aebc1544030d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 Jul 2024 02:03:57 +0000 Subject: [PATCH] Update circe-testing to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9de56641..61c94e7d 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ libraryDependencies ++= { // Device registry specific dependencies "com.lightbend.akka" %% "akka-stream-alpakka-csv" % "2.0.0", - "io.circe" %% "circe-testing" % "0.14.8", + "io.circe" %% "circe-testing" % "0.14.9", "tech.sparse" %% "toml-scala" % "0.2.2", "org.tpolecat" %% "atto-core" % "0.9.5", "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test