Skip to content

Commit

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

Update sbt-mergify-github-actions to 0.7.0
  • Loading branch information
nafg authored May 28, 2023
2 parents 2e11a3e + c1b4fd8 commit 4b50aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pull_request_rules:
- check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11)
actions:
queue: {}
queue:
name: default
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.6.0")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0")
libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.2.0"

0 comments on commit 4b50aa6

Please sign in to comment.