From 544dd5fa5b497952c834d50d6aa7fb635329c785 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:48:42 +0000 Subject: [PATCH] Update fezziwig to 2.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc69cd8..8273b13 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes val circeVersion = "0.14.1" -val fezziwigVersion = "2.0.0" +val fezziwigVersion = "2.0.1" // dependency versions (for tests only) val scalaTestVersion = "3.0.8"