From 704e30e86d5f5992d7ccf75231a90724c3ca20ca Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Wed, 1 May 2024 02:25:34 +0000 Subject: [PATCH] update the scala patch version (#2) Reviewed-on: https://git.garrity.co/garrity-software/ci-scala/pulls/2 --- 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}