From 2fd0b7fe6a2d64664f679961266c4198cb4f8bdd Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Tue, 30 Apr 2024 20:49:21 -0500 Subject: [PATCH] update the scala patch version --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index abc7c36..1fe26b3 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/library/eclipse-temurin:21-jdk ARG SCALA_VERSION -ENV SCALA_VERSION ${SCALA_VERSION:-3.4.0} +ENV SCALA_VERSION ${SCALA_VERSION:-3.4.1} ARG SBT_VERSION ENV SBT_VERSION ${SBT_VERSION:-1.9.9}