From eba8ecc6e84b4ff9cea116f17dafca4d5f66b289 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 15 Dec 2024 10:32:48 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98e038a..04d3135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: java-version: 11 distribution: temurin - uses: actions/checkout@v4 + - uses: sbt/setup-sbt@v1 - uses: coursier/cache-action@v6 - run: sbt -v "set Test / g8 / g8Properties ~= { _ + (\"scala_version\" -> \"${{ matrix.scala }}\")}"