Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Sep 3, 2014
1 parent 95129e1 commit 3c8c58a
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 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

group = "co.paralleluniverse"
version = "0.8.0"
version = "0.8.0-SNAPSHOT"
status = "integration"
description = "Simple Java deployment"
ext.url = "https://github.com/puniverse/capsule"
Expand Down Expand Up @@ -224,7 +224,7 @@ project (':capsule') {
exclude group: 'commons-logging', module: '*'
exclude group: 'junit', module: '*'
}
runtime 'com.google.guava:guava:17.0' // necessary -- unfortunately -- for maven-aether-provider
runtime 'com.google.guava:guava:18.0' // necessary -- unfortunately -- for maven-aether-provider

runtime 'org.slf4j:slf4j-nop:1.7.7'

Expand Down

0 comments on commit 3c8c58a

Please sign in to comment.