diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
commit | c8940e7d1e24ef75481461102bf417e7920dc2e5 (patch) | |
tree | 06520b767e1bf6b848466aa8605afe724ef3853e /src/examples/scala | |
parent | 83c6910dbd5501baf7330f6284e7527b0e7d0e37 (diff) | |
download | poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.tar.gz poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.zip |
#64979 - Change artifact names of poi-/ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/examples/scala')
-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", ) |