From 1e060312a33d4a29bde350d0defc25426413b4d7 Mon Sep 17 00:00:00 2001 From: William Hyun Date: Sun, 14 Mar 2021 15:59:27 +0900 Subject: [PATCH] [SPARK-34734][BUILD] Update sbt to version 1.4.9 ### What changes were proposed in this pull request? This PR aims to update SBT from 1.4.7 to 1.4.9. ### Why are the changes needed? This will bring the following bug fixes and improvements. - https://github.com/sbt/sbt/releases/tag/v1.4.9 - https://github.com/sbt/sbt/releases/tag/v1.4.8 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #31828 from williamhyun/sbt149. Authored-by: William Hyun Signed-off-by: HyukjinKwon --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 035555d78c..164f1ce7c1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.4.7 +sbt.version=1.4.9