Skip to content

Commit

Permalink
bump: update github-api from 1.319 to 1.321 (#4367)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 27, 2024
1 parent d53124e commit 10d7599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

// used in ValidatePullRequest to check github PR comments whether to build all subprojects
libraryDependencies += "org.kohsuke" % "github-api" % "1.319"
libraryDependencies += "org.kohsuke" % "github-api" % "1.321"

// used for @unidoc directive
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.15"

0 comments on commit 10d7599

Please sign in to comment.