From c26b41cfc2eaddb31f68837b8bcb96913e1927d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 04:02:10 +0100 Subject: [PATCH] Update github-api to 1.123 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a7c31fa6..56f83f988 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,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.122" % "test" + "org.kohsuke" % "github-api" % "1.123" % "test" ) // Compiler settings