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 4ccff11c Update scalatest, scalatest-compatible, ... to 3.2.15
     new 3adc58af Merge pull request #67 from 
scala-steward/update/scalatest-3.2.15
4ccff11c is described below

commit 4ccff11cfbd25d3f0c886b697b871db419622ebc
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 7 14:36:55 2023 +0000

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

diff --git a/build.sbt b/build.sbt
index 101d48c8..22b92072 100644
--- a/build.sbt
+++ b/build.sbt
@@ -72,7 +72,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.14" % "test"
+    "org.scalatest" %% "scalatest" % "3.2.15" % "test"
 )
 
 val commonScalaDoc = Seq(

Reply via email to