You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/05/31 12:24:08 UTC

[incubator-nlpcraft] branch master updated: Update scalatest to 3.2.16

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new e6b74beb Update scalatest to 3.2.16
     new 5b3635b1 Merge pull request #101 from scala-steward/update/scalatest-3.2.16
e6b74beb is described below

commit e6b74beb4a5ba7be492e8c2d8400d6da9fa6ce7d
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sat May 27 13:38:15 2023 +0000

    Update scalatest to 3.2.16
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 00c7c087..fd725443 100644
--- a/build.sbt
+++ b/build.sbt
@@ -69,7 +69,7 @@ lazy val libs = Seq(
     "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVer,
     "org.apache.logging.log4j" % "log4j-api" % log4jVer,
     "org.jline" % "jline-terminal" % jlineVer,
-    "org.scalatest" %% "scalatest" % "3.2.15" % "test"
+    "org.scalatest" %% "scalatest" % "3.2.16" % "test"
 )
 
 val commonScalaDoc = Seq(