From 8d7dc77f9a845a6e650646557be4771fcd8baf69 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 8 Sep 2020 17:42:00 -0700 Subject: [PATCH] upgrade to sbt 1.4.0-RC1 I'd like to dogfood this release to make sure that we're still able to publish our modules with it --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0837f7a1..ea379cf2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.13 +sbt.version=1.4.0-RC1