From 1ae6fc7e9e30f170d0d5c5ac470da5d1927f3fc4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:36:17 +0000 Subject: [PATCH] Update github-api to 1.323 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7fad1687f..6038758bd 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" % "0.3.0", - "org.kohsuke" % "github-api" % "1.322" % "test" + "org.kohsuke" % "github-api" % "1.323" % "test" ) // Compiler settings