From 5a21b062fff14f55f5a347955137542234c2f144 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 22:05:23 +0000 Subject: [PATCH] Update enumeratum, enumeratum-circe to 1.7.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 04f0dfe0..e3f6258e 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.4", + "com.beachape" %% "enumeratum-circe" % "1.7.4", "com.amazonaws" % "aws-java-sdk-s3" % "1.12.770" ) }))