From c60bc958544f737d35d8e30891e65a7bc0cda85e Mon Sep 17 00:00:00 2001 From: Leonardo Lucena Date: Tue, 16 Feb 2021 15:29:19 -0300 Subject: [PATCH] Updating to Scala 2.13.4 --- project/antlr4.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/antlr4.sbt b/project/antlr4.sbt index 5147fe1..ed422af 100644 --- a/project/antlr4.sbt +++ b/project/antlr4.sbt @@ -1 +1 @@ -addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") +addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3") diff --git a/project/build.properties b/project/build.properties index d91c272..2cd20b6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.6 +sbt.version=1.4.7