From 2ccf91af24e365a49388791fec6e47738f956cfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Oct 2024 15:50:45 +0000 Subject: [PATCH] Update enumeratum to 1.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebcff77..8b744d4 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= { "ch.qos.logback" % "logback-classic" % "1.5.6", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "com.typesafe" % "config" % "1.4.3", - "com.beachape" %% "enumeratum" % "1.7.3", + "com.beachape" %% "enumeratum" % "1.7.5", ) ++ scalaTest }