From 536827353ac42eca7107440a658bb4a4c946a0f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 04:42:44 +0000 Subject: [PATCH] Update enumeratum-circe to 1.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ef7106e..243179c0 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ libraryDependencies ++= { "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.6", "com.beachape" %% "enumeratum" % "1.9.0", - "com.beachape" %% "enumeratum-circe" % "1.9.0", + "com.beachape" %% "enumeratum-circe" % "1.9.1", // Device registry specific dependencies "com.lightbend.akka" %% "akka-stream-alpakka-csv" % "2.0.0",