From dd2760eaf7a5a25cee75f7c343108ebdf1bbc176 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 24 Nov 2021 02:52:29 +0000 Subject: [PATCH] Update github-api to 1.301 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f0716ec9d..9dd74f90e 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.300" % "test" + "org.kohsuke" % "github-api" % "1.301" % "test" ) libraryDependencies ~= {