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 8cc5b6dc Update jline, jline-terminal to 3.22.0
new 380361fd Merge pull request #69 from scala-steward/update/jline-3.22.0
8cc5b6dc is described below
commit 8cc5b6dc242aaec1b95de423f0928b5d26057112
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jan 19 13:59:40 2023 +0000
Update jline, jline-terminal to 3.22.0
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index d88fe0d4..5dc4cc30 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,7 +23,7 @@ val scalaMinVer = "1.3"
val log4jVer = "2.19.0"
val scalaLoggingVer = "3.9.5"
val orgAntlr4Ver = "4.11.1"
-val jlineVer = "3.21.0"
+val jlineVer = "3.22.0"
val commonsIoVer = "2.11.0"
val commonsLang3Ver = "3.12.0"
val commonsCodecVer = "1.15"