From 82d834a676f5f50fa49059cb352c2e31f0f0dcd9 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 3 Nov 2024 18:10:43 -0500 Subject: [PATCH] sbt 1.10.5 --- project/build.properties | 2 +- sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index c0685085e..c7450fc2a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 \ No newline at end of file +sbt.version=1.10.5 \ No newline at end of file diff --git a/sbt b/sbt index 0b41018d8..2b4359ba3 100755 --- a/sbt +++ b/sbt @@ -1,7 +1,7 @@ #!/usr/bin/env bash set +e -declare builtin_sbt_version="1.10.4" +declare builtin_sbt_version="1.10.5" declare -a residual_args declare -a java_args declare -a scalac_args