File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments