We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8966129 commit 0364e89Copy full SHA for 0364e89
project/plugins.sbt
@@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
24
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
25
26
// used in ValidatePullRequest to check github PR comments whether to build all subprojects
27
-libraryDependencies += "org.kohsuke" % "github-api" % "1.301"
+libraryDependencies += "org.kohsuke" % "github-api" % "1.303"
28
29
// used for @unidoc directive
30
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.15"
0 commit comments