From c9f691569b176a7175e0c61e2412c9cf90460f55 Mon Sep 17 00:00:00 2001 From: yseto Date: Wed, 6 Nov 2024 12:06:47 +0900 Subject: [PATCH] added sbt/setup-sbt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafc624..13e0ccb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,5 @@ jobs: distribution: temurin java-version: ${{ matrix.jdk }} cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt -v ++${{ matrix.scala }} test