Skip to content

Commit

Permalink
Change slf4j-log4j version to be the same version as slf4j-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Ranganathan committed Dec 24, 2012
1 parent 21c0d97 commit 725cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -33,6 +33,6 @@ dependencies {
compile 'org.slf4j:slf4j-api:1.6.4'
compile 'commons-collections:commons-collections:3.2.1'
testCompile 'junit:junit:4.10'
testCompile 'org.slf4j:slf4j-log4j12:1.6.1'
testCompile 'org.slf4j:slf4j-log4j12:1.6.4'
}

0 comments on commit 725cc4f

Please sign in to comment.