From cc88ecd737d191f008d95b071d604086ed38b609 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sat, 18 Dec 2021 17:32:46 +0000 Subject: [PATCH] Update scalatest from 3.0.1 to 3.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6f36d..c636589 100644 --- a/build.sbt +++ b/build.sbt @@ -12,5 +12,5 @@ libraryDependencies ++= Seq( "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.scalatest" %% "scalatest" % "3.0.1" + "org.scalatest" %% "scalatest" % "3.0.9" )