Skip to content

Commit

Permalink
Merge pull request #27 from mdedetrich/update-github-api
Browse files Browse the repository at this point in the history
Update github api
  • Loading branch information
mdedetrich authored Jan 27, 2024
2 parents a201f90 + 5170f07 commit d18ad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ organizationName := "Hewlett Packard Enterprise"
startYear := Some(2018)

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

scriptedLaunchOpts ++= Seq(
"-Dplugin.version=" + version.value
Expand Down

0 comments on commit d18ad4e

Please sign in to comment.