From cd884b3291e7659e90ea2a3c0754edb5fba6408d Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Sat, 18 Mar 2017 10:32:00 +0100 Subject: [PATCH] Git Changelog Lib 1.58 -> 1.64 * Jira issueType and labels * GitHub labels * 10 seconds timeout to GitHub --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec3240d..2d1e2cf 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { } dependencies { - compile 'se.bjurr.gitchangelog:git-changelog-lib:1.58' + compile 'se.bjurr.gitchangelog:git-changelog-lib:1.64' compile 'se.softhouse:jargo:0.1.1' testCompile 'junit:junit:4.12' }