From edd730f5d44b88d609b6d2ef1d3f43b71b8c5174 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 21 Dec 2024 18:51:04 +0900 Subject: [PATCH] add setup-sbt action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdedbf0..a939940 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.13.x https://github.com/scala/scala