Skip to content

Commit

Permalink
Update sbt-github-actions to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Mar 6, 2025
1 parent 9e5178c commit ff2f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ lazy val plugin =
name := "sbt-mergify-github-actions",
sbtPlugin := true,
crossScalaVersions := List(Scala212),
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0"),
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0"),
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")

0 comments on commit ff2f839

Please sign in to comment.