From 081ad5df32d73f0f79c190073f380de1af4d5fd5 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 23 Sep 2025 09:49:44 +0900 Subject: [PATCH] add `sbt/setup-sbt`. fix build error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92e9c86..8e0942e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: with: java-version: ${{matrix.java}} distribution: adopt + - uses: sbt/setup-sbt@v1 - uses: coursier/cache-action@v6 - run: sbt "+scalafmtCheckAll" scalafmtSbtCheck mimaReportBinaryIssues "+test" - name: cleanup