We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be75aa3 commit f6456a7Copy full SHA for f6456a7
1 file changed
project/plugins.sbt
@@ -33,7 +33,7 @@ addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
33
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
34
35
// used in ValidatePullRequest to check github PR comments whether to build all subprojects
36
-libraryDependencies += "org.kohsuke" % "github-api" % "1.327"
+libraryDependencies += "org.kohsuke" % "github-api" % "1.329"
37
38
// used for @unidoc directive
39
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.15"
0 commit comments