diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 167d4c11..f6643e0d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: distribution: "temurin" cache: "sbt" java-version: 11 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/setup-action@v1.3.3 - name: Compile run: sbt $SBT_JAVA_OPTS -v "compileScoped ${{ matrix.scala-version }} ${{ matrix.target-platform }}" - name: Compile docs