From 1682614e172bb004475a7406c43ad9066a5b7aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:07:55 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.4 to 1.3.5 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bea52c4..2bc71f3 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.4 + - uses: coursier/setup-action@v1.3.5 - name: Compile run: sbt $SBT_JAVA_OPTS -v "compileScoped ${{ matrix.scala-version }} ${{ matrix.target-platform }}" - name: Compile docs