diff options
Diffstat (limited to 'src/examples/scala/build.sbt')
-rw-r--r-- | src/examples/scala/build.sbt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/examples/scala/build.sbt b/src/examples/scala/build.sbt index a9b3ce45c1..598dc28951 100644 --- a/src/examples/scala/build.sbt +++ b/src/examples/scala/build.sbt @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. ==================================================================== */ - + // Add the POI core and OOXML support dependencies into your build.sbt libraryDependencies ++= Seq( - "org.apache.poi" % "poi" % "4.1.2", - "org.apache.poi" % "poi-ooxml" % "4.1.2", - "org.apache.poi" % "poi-ooxml-schemas" "4.1.2", + "org.apache.poi" % "poi" % "5.0.0", + "org.apache.poi" % "poi-ooxml" % "5.0.0", + "org.apache.poi" % "poi-ooxml-lite" "5.0.0", ) |