From bb27460d094bfe8d7056cca8c9a48c6edfd46034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:11:05 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.3.9 to 2.0.0 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.9 to 2.0.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.9...v2.0.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31223e0..4c656d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.9 + - uses: coursier/setup-action@v2.0.0 with: apps: scalafmt - run: scalafmt --test @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.9 + - uses: coursier/setup-action@v2.0.0 with: jvm: ${{ matrix.jvm }} apps: sbt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b16c7b3..d993e5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.9 + - uses: coursier/setup-action@v2.0.0 with: apps: sbt jvm: 'adopt:1.8'