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 044e483f Revert "Update antlr4-runtime to 4.13.1"
044e483f is described below

commit 044e483f542934dd4d0912ed84eeb955dac24ab7
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Sep 6 18:21:44 2023 +0400

    Revert "Update antlr4-runtime to 4.13.1"
    
    This reverts commit 5d5e0cb213eccfbe142b4560e6e31859bc0a1fec.
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index f660a556..c9b16f3a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,7 @@ val scalaMajVer = "3"
 val scalaMinVer = "2.2"
 val log4jVer = "2.20.0"
 val scalaLoggingVer = "3.9.5"
-val orgAntlr4Ver = "4.13.1"
+val orgAntlr4Ver = "4.13.0"
 val jlineVer = "3.23.0"
 val commonsIoVer = "2.13.0"
 val commonsLang3Ver = "3.13.0"

Reply via email to