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:
10
10
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin
11
11
12
12
# 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
14
14
- tar -xf sbt-*.tgz
15
15
- export PATH=$CODEBUILD_SRC_DIR/sbt/bin/:$PATH
16
16
- cd $CODEBUILD_SRC_DIR/sagemaker-spark-sdk
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ phases:
10
10
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/bin
11
11
12
12
# 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
14
14
- tar -xf sbt-*.tgz
15
15
- export PATH=$CODEBUILD_SRC_DIR/sbt/bin/:$PATH
16
16
- cd $CODEBUILD_SRC_DIR/sagemaker-spark-sdk
You can’t perform that action at this time.
0 commit comments