From 549d7eb97b4202f55d12508a8f92e1a000057500 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:29:03 +0100 Subject: [PATCH] Update github-api to 1.321 (#524) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dfbec7e66..296096a03 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -34,7 +34,7 @@ addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") // 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"