Skip to content

Commit

Permalink
Merge pull request #343 from scala-steward/update/sbt-ci-release-1.9.2
Browse files Browse the repository at this point in the history
Update sbt-ci-release to 1.9.2
  • Loading branch information
2m authored Jan 1, 2025
2 parents b710049 + 106f7cc commit dd29612
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Auto approve and merge dependency bump PRs

on: pull_request
on: pull_request_target

permissions:
contents: write
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1

- run: sbt --client scalafmtCheckAll
- run: sbt --client scalafmtSbtCheck
Expand All @@ -37,8 +38,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1

- run: sbt --client +compile
- run: sbt --client +test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt

- run: sbt ci-release
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("io.github.zamblauskas" % "sbt-examplestest" % "0.3.0")

0 comments on commit dd29612

Please sign in to comment.