Skip to content

Commit

Permalink
Upgrade sbt version to 1.7.1 (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Navin Soni <[email protected]>
  • Loading branch information
navinsoni and navinns authored Aug 26, 2022
1 parent 4a4185c commit 758f6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin

# install sbt launcher
- curl -LO https://github.com/sbt/sbt/releases/download/v1.1.6/sbt-1.1.6.tgz
- curl -LO https://github.com/sbt/sbt/releases/download/v1.7.1/sbt-1.7.1.tgz
- tar -xf sbt-*.tgz
- export PATH=$CODEBUILD_SRC_DIR/sbt/bin/:$PATH
- cd $CODEBUILD_SRC_DIR/sagemaker-spark-sdk
Expand Down
2 changes: 1 addition & 1 deletion buildspec-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin

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

0 comments on commit 758f6ed

Please sign in to comment.