From 8952a3a32ca938a1e8deafa79bdaef0287c84163 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Fri, 8 Dec 2023 18:15:51 +0100 Subject: [PATCH] Bump SBT version (#8498) Should eliminate the sporadic connection failures when downloading dependencies. The fix that adds retries has been implemented in latest `coursier` https://github.com/coursier/sbt-coursier/pull/450. # Important Notes For example https://github.com/enso-org/enso/actions/runs/7132038630/job/19421764930?pr=8496 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 40b3b8e7b6..e8a1e246e8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.0 +sbt.version=1.9.7