Skip to content

Commit 758f6ed

Browse files
navinsoninavinns
andauthored
Upgrade sbt version to 1.7.1 (#147)
Co-authored-by: Navin Soni <[email protected]>
1 parent 4a4185c commit 758f6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin
1111

1212
# install sbt launcher
13-
- curl -LO https://github.com/sbt/sbt/releases/download/v1.1.6/sbt-1.1.6.tgz
13+
- curl -LO https://github.com/sbt/sbt/releases/download/v1.7.1/sbt-1.7.1.tgz
1414
- tar -xf sbt-*.tgz
1515
- export PATH=$CODEBUILD_SRC_DIR/sbt/bin/:$PATH
1616
- cd $CODEBUILD_SRC_DIR/sagemaker-spark-sdk

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin
1111

1212
# install sbt launcher
13-
- curl -LO https://github.com/sbt/sbt/releases/download/v1.1.6/sbt-1.1.6.tgz
13+
- curl -LO https://github.com/sbt/sbt/releases/download/v1.7.1/sbt-1.7.1.tgz
1414
- tar -xf sbt-*.tgz
1515
- export PATH=$CODEBUILD_SRC_DIR/sbt/bin/:$PATH
1616
- cd $CODEBUILD_SRC_DIR/sagemaker-spark-sdk

0 commit comments

Comments
 (0)