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"