Skip to content

Commit

Permalink
updating aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Oct 2, 2015
1 parent 960324a commit f3bf6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'com.jfrog.bintray'

group = 'com.bertramlabs.plugins'

version = '0.8.1'
version = '0.8.3'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")


Expand All @@ -43,7 +43,7 @@ sourceSets {

dependencies {
provided 'org.codehaus.groovy:groovy-all:2.0.7'
compile 'com.bertramlabs.plugins:karman-core:0.8.1'
compile 'com.bertramlabs.plugins:karman-core:0.8.3'
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
compile 'org.apache.httpcomponents:httpcore:4.2'
compile 'org.apache.httpcomponents:httpclient:4.2'
Expand Down

0 comments on commit f3bf6c6

Please sign in to comment.