From 75c856432ddfa8bb31b2ee760d751e265db56193 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 16 Jan 2025 14:09:32 -0800 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c829e3d..d215f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: with: distribution: temurin java-version: 8 + - uses: sbt/setup-sbt@v1 - name: Test run: | git clone -b 2.12.x https://github.com/scala/scala