Skip to content

Commit

Permalink
Update poi-ooxml to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Sep 9, 2024
1 parent 0c8b1d9 commit 3f1cf26
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
Expand Up @@ -24,7 +24,7 @@ lazy val root = (project in file(".")).settings(
"technology.tabula" % "tabula" % "1.0.5",
"org.typelevel" %% "cats-core" % "2.10.0",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.apache.poi" % "poi-ooxml" % "5.2.5",
"org.apache.poi" % "poi-ooxml" % "5.3.0",
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test
Expand Down

0 comments on commit 3f1cf26

Please sign in to comment.