From 830e903ce0cadfcb5a4747047f5fcdc0b4882801 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Apr 2025 02:35:14 +0000 Subject: [PATCH] Update enumeratum to 1.7.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03b03524..1f2b1b01 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val treehub = (project in file(".")) "org.scodec" %% "scodec-bits" % "1.1.37", "org.scodec" %% "scodec-core" % "1.11.10", - "com.beachape" %% "enumeratum" % "1.7.2", + "com.beachape" %% "enumeratum" % "1.7.6", "com.beachape" %% "enumeratum-circe" % "1.7.2", "com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" )