From 54b418b5649ed1811f10c5acdb247feb6c22817f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Dec 2024 23:55: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 0ee4ef7e..c306a6b2 100644 --- a/build.sbt +++ b/build.sbt @@ -55,8 +55,8 @@ 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-circe" % "1.7.2", + "com.beachape" %% "enumeratum" % "1.7.5", + "com.beachape" %% "enumeratum-circe" % "1.7.5", "com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" ) }))