From 452d3ea04c64bd7388f31afe9ff93eb023786135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 12:20:23 +0000 Subject: [PATCH] Bump japgolly/setup-everything-scala from 3.0 to 3.1 Bumps [japgolly/setup-everything-scala](https://github.com/japgolly/setup-everything-scala) from 3.0 to 3.1. - [Release notes](https://github.com/japgolly/setup-everything-scala/releases) - [Commits](https://github.com/japgolly/setup-everything-scala/compare/v3.0...v3.1) --- updated-dependencies: - dependency-name: japgolly/setup-everything-scala dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/ghpages.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a39b9c8b..e5585d2ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Scala - uses: japgolly/setup-everything-scala@v3.0 + uses: japgolly/setup-everything-scala@v3.1 - name: Build and test run: sbt -DCI=1 "++${{ matrix.scalaversion }}" test package doc @@ -35,6 +35,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: japgolly/setup-everything-scala@v3.0 + - uses: japgolly/setup-everything-scala@v3.1 - name: Readme generation run: sbt readme/run diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 257c7147b..a3e920e4f 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Scala - uses: japgolly/setup-everything-scala@v3.0 + uses: japgolly/setup-everything-scala@v3.1 - name: Build run: sbt readme/run diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d88788b4d..f3340628b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup Scala - uses: japgolly/setup-everything-scala@v3.0 + uses: japgolly/setup-everything-scala@v3.1 - name: Release run: sbt ci-release