Updated versions
Some checks failed
/ Build and Release CI Image (push) Failing after 1m32s

This commit is contained in:
Pat Garrity 2025-11-27 14:14:58 -06:00
parent 4773223b82
commit c525b90ee7
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

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