Skip to content

Commit

Permalink
fixing #77 - force updated jsch to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdubiel committed Jun 21, 2015
1 parent fbb060e commit 7b2a5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies {
compile gradleApi()
compile localGroovy()

compile group: 'org.ajoberstar', name: 'grgit', version: '1.1.0'
compile group: 'org.ajoberstar', name: 'grgit', version: '1.3.0'
compile group: 'com.jcraft', name: 'jsch', version: '0.1.53'
compile group: 'com.github.zafarkhaja', name: 'java-semver', version: '0.9.0'

testCompile(group: 'org.spockframework', name: 'spock-core', version: '1.0-groovy-2.3') {
Expand Down

0 comments on commit 7b2a5e1

Please sign in to comment.