From 10d7599e1cc5cb7d153ebdcbf46f441c7828a047 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:03:54 +0100 Subject: [PATCH] bump: update github-api from 1.319 to 1.321 (#4367) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 400aa44350..848d0b3d93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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"