From 594340c9c62a83b58ece6e6b86cbdb847bd8f5f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Oct 2024 23:42:03 +0000 Subject: [PATCH] Update enumeratum, enumeratum-circe to 1.7.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c3043aee..8232ed00 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.4.1", - "com.beachape" %% "enumeratum" % "1.7.4", - "com.beachape" %% "enumeratum-circe" % "1.7.4", + "com.beachape" %% "enumeratum" % "1.7.5", + "com.beachape" %% "enumeratum-circe" % "1.7.5", // Device registry specific dependencies "com.lightbend.akka" %% "akka-stream-alpakka-csv" % "2.0.0",