From afd103151bf45e3a5523fea306c65fbdd274f9b3 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 01:33:01 +0100 Subject: [PATCH] Update github-api to 1.325 (#600) 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 e098b8b2b..e3e526123 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.324" +libraryDependencies += "org.kohsuke" % "github-api" % "1.325" // used for @unidoc directive libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.15"