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",