From b8229d5ec2c8e0b52d3081df8c708fa436ae91ca Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sat, 18 Dec 2021 17:32:20 +0000 Subject: [PATCH] Update json4s-native from 3.5.4 to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6f36d..8385cdb 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,6 @@ libraryDependencies ++= Seq( "org.elasticsearch" %% "elasticsearch-spark-20" % "6.6.0", "edu.stanford.nlp" % "stanford-corenlp" % "3.6.0" artifacts(Artifact("stanford-corenlp", "models"), Artifact("stanford-corenlp")), "ch.qos.logback" % "logback-classic" % "1.2.3", - "org.json4s" %% "json4s-native" % "3.5.4", + "org.json4s" %% "json4s-native" % "3.5.5", "org.scalatest" %% "scalatest" % "3.0.1" )