From 370842494bbaf719a757fa594e8fc0d94b6a3cb0 Mon Sep 17 00:00:00 2001 From: Hugh Simpson Date: Fri, 2 Aug 2024 12:54:02 +0100 Subject: [PATCH] fix scala version in github workflow --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index a4ba01f5..02f8d5a2 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -47,4 +47,4 @@ jobs: java-version: 11 distribution: 'adopt' - name: Run tests - run: sbt ++3.3.0 test + run: sbt ++3.4.2 test