I understand this is an API/implementation issue, but I don't understand why
it's happening, or how to control it.

If I create the following Gradle script:
apply plugin: 'java'
apply plugin: 'maven'

repositories {
    mavenCentral()
}

dependencies {
    compile group: 'ch.qos.logback', name: 'logback-classic', version:
'0.9.28'
    compile group: 'org.slf4j', name: 'slf4j-api', version: '1.5.8'
}

Then run 'gradle dependencies', my 'slf4j-api' version is now '1.6.1'.
How does this happen?
And how can I keep it at '1.5.8'?

Strayph

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Why-is-API-version-changing-How-to-control-tp4485231p4485231.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to