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 809ec0f8 Update scalatest to 3.2.17
new b8d71c35 Merge pull request #118 from
scala-steward/update/scalatest-3.2.17
809ec0f8 is described below
commit 809ec0f82f518e52c1ccf4858c8902d323408927
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 8 14:42:39 2023 +0000
Update scalatest to 3.2.17
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index c9b16f3a..6f991052 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.16" % "test"
+ "org.scalatest" %% "scalatest" % "3.2.17" % "test"
)
val commonScalaDoc = Seq(