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 611d0fe1 sbt fix.
611d0fe1 is described below
commit 611d0fe1502450ffd4471400ef305ab26fca1d9d
Author: Sergey Kamov <[email protected]>
AuthorDate: Sun Jan 22 01:16:07 2023 +0400
sbt fix.
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 43e92553..a342586b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ val nlpcraftVer = "1.0.0"
// Common libraries.
val scalaMajVer = "3"
-val scalaMinVer = "1.3"
+val scalaMinVer = "2.2"
val log4jVer = "2.19.0"
val scalaLoggingVer = "3.9.5"
val orgAntlr4Ver = "4.11.1"