From ed63ea46742263ca06b5cea8ae00ac6f9da7b749 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 26 May 2021 09:22:25 +0200 Subject: [PATCH] Update github-api to 1.129 (#2776) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9a42fb60..239510d2d 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,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.128" % "test" + "org.kohsuke" % "github-api" % "1.129" % "test" ) // Compiler settings