From c525b90ee7592850cca5bf6f1e7c8686abbf3754 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 27 Nov 2025 14:14:58 -0600 Subject: [PATCH] Updated versions --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index a7ab9e8..4887ae7 100644 --- a/Containerfile +++ b/Containerfile @@ -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