From 8873a2fa9c31a77eb7b1495371c3e596f40ba924 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:09:37 +0000 Subject: [PATCH] Update poi, poi-ooxml to 5.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92098b9..e969c3b 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val credentialsSetting = credentials ++= { } val scalazVersion = "7.3.7" -val poiVersion = "5.2.3" +val poiVersion = "5.2.4" lazy val standardSettings = Def.settings( buildSettings,