Skip to content

Commit

Permalink
chore(docker): Upgrade SBT to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 13, 2023
1 parent a552258 commit ccabd1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PYTHON_POETRY_VERSION=1.6.1
PYTHON_VERSION=3.11.5
RUBY_VERSION=3.1.2
RUST_VERSION=1.72.0
SBT_VERSION=1.6.1
SBT_VERSION=1.9.7
SCANCODE_VERSION=32.0.8
SWIFT_VERSION=5.8.1
UBUNTU_VERSION=jammy
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ COPY --from=dartbuild /opt/dart-sdk /opt/dart-sdk
# SBT
FROM base AS scalabuild

ARG SBT_VERSION=1.6.1
ARG SBT_VERSION=1.9.7

ENV SBT_HOME=/opt/sbt
ENV PATH=$PATH:$SBT_HOME/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ENV \
PNPM_VERSION=8.10.3 \
PYTHON_PIPENV_VERSION=2022.9.24 \
PYTHON_POETRY_VERSION=1.6.1 \
SBT_VERSION=1.6.1 \
SBT_VERSION=1.9.7 \
SWIFT_VERSION=5.8.1 \
YARN_VERSION=1.22.17 \
# SDK versions.
Expand Down

0 comments on commit ccabd1f

Please sign in to comment.