You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/03/13 11:33:45 UTC

[incubator-nlpcraft] branch master updated: Update antlr4-runtime to 4.12.0

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 9cbc60f5 Update antlr4-runtime to 4.12.0
     new 13f59052 Merge pull request #79 from scala-steward/update/antlr4-runtime-4.12.0
9cbc60f5 is described below

commit 9cbc60f54cb7ced94b4c4fbc059a9a55c9f3c4c4
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Feb 23 18:46:51 2023 +0000

    Update antlr4-runtime to 4.12.0
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 4203512a..26e998ad 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,7 @@ val scalaMajVer = "3"
 val scalaMinVer = "2.2"
 val log4jVer = "2.19.0"
 val scalaLoggingVer = "3.9.5"
-val orgAntlr4Ver = "4.11.1"
+val orgAntlr4Ver = "4.12.0"
 val jlineVer = "3.22.0"
 val commonsIoVer = "2.11.0"
 val commonsLang3Ver = "3.12.0"