From 42ea9bac65b46eaca0f8059597b7f66fd916b392 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 3 Jun 2021 00:02:04 +0200 Subject: [PATCH] Update github-api to 1.130 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3aa662723..b6d75148e 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.129" % "test" + "org.kohsuke" % "github-api" % "1.130" % "test" ) // Compiler settings