Skip to content

Commit

Permalink
bump dep version for concourse-config
Browse files Browse the repository at this point in the history
Conflicts:
	concourse/build.gradle
  • Loading branch information
jtnelson committed Jun 30, 2014
1 parent a36ba48 commit 92372f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concourse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ apply plugin: 'signing'
dependencies {
compile 'org.slf4j:log4j-over-slf4j:1.7.5'
compile 'org.slf4j:jcl-over-slf4j:1.7.5'
compile ('org.cinchapi:concourse-config:1.0.2'){
compile ('org.cinchapi:concourse-config:1.0.5'){
exclude group: 'org.cinchapi', module:'concourse'
}
}
}

signing {
Expand Down

0 comments on commit 92372f2

Please sign in to comment.