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