Skip to content

Commit d18ad4e

Browse files
authored
Merge pull request #27 from mdedetrich/update-github-api
Update github api
2 parents a201f90 + 5170f07 commit d18ad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ organizationName := "Hewlett Packard Enterprise"
1717
startYear := Some(2018)
1818

1919
// https://mvnrepository.com/artifact/org.kohsuke/github-api
20-
libraryDependencies += "org.kohsuke" % "github-api" % "1.93"
20+
libraryDependencies += "org.kohsuke" % "github-api" % "1.314"
2121

2222
scriptedLaunchOpts ++= Seq(
2323
"-Dplugin.version=" + version.value

0 commit comments

Comments
 (0)