From d18930ef7a112e1bfc70deb732cfed00c687716d Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sat, 18 Dec 2021 17:32:04 +0000 Subject: [PATCH] Update stanford-corenlp from 3.6.0 to 3.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6f36d..f32a826 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= Seq( "org.apache.spark" %% "spark-core" % "2.4.0", "com.univocity" % "univocity-parsers" % "2.6.4", "org.elasticsearch" %% "elasticsearch-spark-20" % "6.6.0", - "edu.stanford.nlp" % "stanford-corenlp" % "3.6.0" artifacts(Artifact("stanford-corenlp", "models"), Artifact("stanford-corenlp")), + "edu.stanford.nlp" % "stanford-corenlp" % "3.9.2" artifacts(Artifact("stanford-corenlp", "models"), Artifact("stanford-corenlp")), "ch.qos.logback" % "logback-classic" % "1.2.3", "org.json4s" %% "json4s-native" % "3.5.4", "org.scalatest" %% "scalatest" % "3.0.1"