Skip to content

Commit

Permalink
Merge pull request #133 from scala-steward/update/sbt-github-actions-…
Browse files Browse the repository at this point in the history
…0.12.0

Update sbt-github-actions to 0.12.0
  • Loading branch information
nafg authored Jun 2, 2021
2 parents e6ca1c9 + 49b1775 commit b8e7e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v12
with:
java-version: ${{ matrix.java }}

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v12
with:
java-version: ${{ matrix.java }}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.11.0")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")
libraryDependencies += "io.github.nafg.mergify" %% "mergify-writer" % "0.2.1"

0 comments on commit b8e7e6e

Please sign in to comment.