From 159b78ca1b02640fc0b265e8fca06229a2f5e4a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Feb 2026 00:52:49 +0000 Subject: [PATCH] Update enumeratum, enumeratum-circe to 1.9.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 150d2716..b066f400 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.5", + "com.beachape" %% "enumeratum-circe" % "1.9.5", // Device registry specific dependencies "org.apache.pekko" %% "pekko-connectors-csv" % "1.2.0",