You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/04/25 14:54:00 UTC

[incubator-nlpcraft] branch master updated: Update opennlp-tools to 2.2.0

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 84868589 Update opennlp-tools to 2.2.0
     new de797fd5 Merge pull request #87 from scala-steward/update/opennlp-tools-2.2.0
84868589 is described below

commit 848685896daf193d44563cf4853cb6ee4400e7df
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sun Apr 23 13:04:49 2023 +0000

    Update opennlp-tools to 2.2.0
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 4210947c..6e425606 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ val commonsCodecVer = "1.15"
 val commonsCollectionsVer = "4.4"
 val gsonVer = "2.10.1"
 val jacksonVer = "2.14.2"
-val apacheOpennlpVer = "2.1.1"
+val apacheOpennlpVer = "2.2.0"
 
 // Stanford project libraries.
 val stanfordCoreNLPVer  = "4.5.3"