From ade73d012d512011037b8b6d664ce52f5a1781ad Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:17:19 +0100 Subject: [PATCH] Update poi-shared-strings to 2.2.2 (#456) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f4f9805..56744291 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ shadedDeps ++= Seq( "org.apache.poi" ^ "poi-ooxml" ^ "5.0.0", "com.norbitltd" ^^ "spoiwo" ^ "2.0.0", "com.github.pjfanning" ^ "excel-streaming-reader" ^ "3.2.3", - "com.github.pjfanning" ^ "poi-shared-strings" ^ "2.2.1", + "com.github.pjfanning" ^ "poi-shared-strings" ^ "2.2.2", "org.apache.commons" ^ "commons-compress" ^ "1.21" )