From 840a11384881f124cd77cd549727094af30031c3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:20:28 +0200 Subject: [PATCH] Update geny to 1.1.1 (#678) Co-authored-by: Damian Reeves <957246+DamianReeves@users.noreply.github.com> --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index a23cceb09..db3c3f3e1 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -211,7 +211,7 @@ object Versions { val expecty = "0.16.0" val fansi = "0.5.0" val fs2 = "3.10.2" - val geny = "1.0.0" + val geny = "1.1.1" val `izumi-reflect` = "2.3.10" val metaconfig = "0.11.1" val mainargs = "0.5.0"