From d43bb001b52fc700e9fce7b9f9c20720f30cb0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:19:40 +0000 Subject: [PATCH] build(deps): bump olafurpg/setup-scala from 13 to 14 Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 13 to 14. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](https://github.com/olafurpg/setup-scala/compare/v13...v14) --- updated-dependencies: - dependency-name: olafurpg/setup-scala dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sbt-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbt-build.yml b/.github/workflows/sbt-build.yml index 81f64d9..b365c4c 100644 --- a/.github/workflows/sbt-build.yml +++ b/.github/workflows/sbt-build.yml @@ -34,7 +34,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 with: java-version: openjdk@1.11