Support SBT 2
Some checks failed
/ Build and Release CI Image (push) Failing after 1m22s

This commit is contained in:
Pat Garrity 2026-07-20 22:00:09 -05:00
parent 2df1772f4e
commit abfc788738
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4

View file

@ -1,9 +1,9 @@
FROM docker.io/library/eclipse-temurin:21-jdk
ARG SCALA_VERSION
ENV SCALA_VERSION ${SCALA_VERSION:-3.8.1}
ENV SCALA_VERSION ${SCALA_VERSION:-3.8.4}
ARG SBT_VERSION
ENV SBT_VERSION ${SBT_VERSION:-1.12.0}
ENV SBT_VERSION ${SBT_VERSION:-2.0.3}
# git is required for many build activities
# python3 is required for pre-commit