From 1517e1f58004ed13e2306979e2194f62cc7cef85 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:38:01 +0000 Subject: [PATCH] Update github-api to 1.319 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67a1d5ae0..47c1700dd 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,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.318" % "test" + "org.kohsuke" % "github-api" % "1.319" % "test" ) // Compiler settings