Skip to content

Commit

Permalink
Bump olafurpg/setup-scala from 12 to 13
Browse files Browse the repository at this point in the history
* Bump olafurpg/setup-scala from 12 to 13

Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 12 to 13.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](olafurpg/setup-scala@v12...v13)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* move .sbtopts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xuwei-k <6b656e6a69@gmail.com>
  • Loading branch information
dependabot[bot] and xuwei-k committed Sep 2, 2021
1 parent 7506822 commit 16b7dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- java: 11
steps:
- uses: actions/checkout@v2.3.4
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
with:
java-version: "adopt@1.${{ matrix.java }}"
- uses: coursier/cache-action@v6
- run: sbt -v -sbt-opts .github/workflows/.sbtopts
- run: sbt -v
"+ Test/compile"
"+ test"
push_gh_pages:
Expand All @@ -33,7 +33,7 @@ jobs:
wget https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-1-amd64.deb
sudo dpkg -i pandoc-2.14.1-1-amd64.deb
pandoc --version
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
with:
java-version: "adopt@1.8"
- uses: actions/checkout@v2.3.4
Expand Down
File renamed without changes.

0 comments on commit 16b7dc3

Please sign in to comment.