From a106a32a27233d630c4f48af08ac786ed267329b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Feb 2026 02:20:47 +0000 Subject: [PATCH] Update enumeratum, enumeratum-circe to 1.9.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 150d2716..8474be01 100644 --- a/build.sbt +++ b/build.sbt @@ -52,8 +52,8 @@ libraryDependencies ++= { "org.scala-lang.modules" %% "scala-async" % "1.0.1", "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7", - "com.beachape" %% "enumeratum" % "1.9.0", - "com.beachape" %% "enumeratum-circe" % "1.9.0", + "com.beachape" %% "enumeratum" % "1.9.4", + "com.beachape" %% "enumeratum-circe" % "1.9.4", // Device registry specific dependencies "org.apache.pekko" %% "pekko-connectors-csv" % "1.2.0",