From 2cc7fba1f5e63f7753d86075de01f487b5af234c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:28:40 +0000 Subject: [PATCH] chore(deps): update dependency com.beachape:enumeratum to v1.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0cb7e0033..0d06fe41fa 100644 --- a/build.sbt +++ b/build.sbt @@ -114,7 +114,7 @@ val dependenciesToEmbed = Seq( // type-safety utils "eu.timepit" %% "refined" % "0.11.2", - "com.beachape" %% "enumeratum" % "1.7.4", + "com.beachape" %% "enumeratum" % "1.7.5", // protobuf "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion,