Skip to content

Commit 0364e89

Browse files
build: update github-api from 1.301 to 1.303 (#4073)
1 parent 8966129 commit 0364e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
2424
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
2525

2626
// used in ValidatePullRequest to check github PR comments whether to build all subprojects
27-
libraryDependencies += "org.kohsuke" % "github-api" % "1.301"
27+
libraryDependencies += "org.kohsuke" % "github-api" % "1.303"
2828

2929
// used for @unidoc directive
3030
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.15"

0 commit comments

Comments
 (0)