From 1e0003642f25d1b48b5eb740f962bfb78acb2137 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 8 Jul 2022 15:04:08 -0700 Subject: [PATCH] sbt 1.7.0-RC2 (was 1.6.2) it's perhaps slightly unusual to adopt an RC in a scala/* repo, but I think enough of us have had enough experience with 1.7 for it to be safe. I want to take advantage of the new support for not repeating Scala version numbers in the Actions config. --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index c8fcab54..20747124 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.7.0-RC2