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"