From 8e1d938155c54dd6f53bec86e81f64eef948813a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 08:43:22 +0000 Subject: [PATCH] Update github-api to 1.327 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15ce46d14..5b12a3cb3 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,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.0", - "org.kohsuke" % "github-api" % "1.326" % "test" + "org.kohsuke" % "github-api" % "1.327" % "test" ) // Compiler settings