Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update poi-ooxml to 5.2.5
Browse files Browse the repository at this point in the history
zhongl committed Nov 26, 2023
1 parent 36c8a4a commit a383990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ lazy val root = (project in file(".")).settings(
"technology.tabula" % "tabula" % "1.0.5",
"org.typelevel" %% "cats-core" % "2.9.0",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.apache.poi" % "poi-ooxml" % "5.2.3",
"org.apache.poi" % "poi-ooxml" % "5.2.5",
"org.scalactic" %% "scalactic" % "3.2.14",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test

0 comments on commit a383990

Please sign in to comment.