From a4f736b8fa2a6df53473258baf104c61cd6617ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 17:44:31 +0000 Subject: [PATCH] Update enumeratum, enumeratum-circe to 1.9.6 --- project/V.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/V.scala b/project/V.scala index e4fc5b4..e0c69d9 100644 --- a/project/V.scala +++ b/project/V.scala @@ -5,9 +5,9 @@ object V { val decline = "2.5.0" - val enumeratum = "1.9.4" + val enumeratum = "1.9.6" - val enumeratumCirce = "1.9.4" + val enumeratumCirce = "1.9.6" val fansi = "0.5.1"