From b37122215371dba0a1dc3d3dbad13354f40e7ed7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 14:00:16 +0000 Subject: [PATCH] Update enumeratum to 1.7.6 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index b809d9bd1..0c72d262b 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -187,7 +187,7 @@ object Versions { val castor = "0.2.1" val cats = "2.12.0" - val enumeratum = "1.7.5" + val enumeratum = "1.7.6" def borer(scalaVersion: String): String = borer(scalaVersion.split('.').toIndexedSeq)