From cb9522d416079fb88c21864e00bae9cea88d03d2 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:47:38 +0000 Subject: [PATCH] Update github-api to 1.329 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b0e6d9aa..213b74405 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ libraryDependencies ++= Seq( "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.1.1", - "org.kohsuke" % "github-api" % "1.327" % "test" + "org.kohsuke" % "github-api" % "1.329" % "test" ) // Compiler settings