From 729f837ed80957f655ec756be4e3a018e950ad4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Apr 2024 13:46:25 +0000 Subject: [PATCH] Update stanford-corenlp to 4.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 996e2569d..8d73ba754 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ val jacksonVer = "2.15.3" val apacheOpennlpVer = "2.3.2" // Stanford project libraries. -val stanfordCoreNLPVer = "4.5.6" +val stanfordCoreNLPVer = "4.5.7" // Examples libraries. val languagetoolVer = "6.0"