From fcee055a8c9ea9b447a81b14a1b45098d390b529 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 10 Jul 2022 23:50:06 -0400 Subject: [PATCH] Use sbt 1.7.0 --- build.sbt | 2 ++ project/build.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 138910013..e28e7cca2 100644 --- a/build.sbt +++ b/build.sbt @@ -128,6 +128,8 @@ val sbt13Plus = "1.3.0", "1.4.0", "1.5.0", + "1.6.0", + "1.7.0", ) val sbt10Plus = Seq( diff --git a/project/build.properties b/project/build.properties index c8fcab543..5b12c1dc6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.7.0