Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect artifact version #51

Open
abonstu opened this issue Dec 21, 2018 · 2 comments
Open

incorrect artifact version #51

abonstu opened this issue Dec 21, 2018 · 2 comments

Comments

@abonstu
Copy link

abonstu commented Dec 21, 2018

github describes the artifact version as v1.7.0.RELEASE
jitpack.io lists the artifact version as 1.7.0.RELEASE

https://jitpack.io/#com.github.allbegray/slack-api

@netwolfuk
Copy link

Yeah. I found this issue too. Will try to raise a pr to fix the readme

@rubabuddin
Copy link

rubabuddin commented May 19, 2019

try the following in your gradle build using "master-SNAPSHOT" instead

allprojects {
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
    implementation 'com.github.allbegray:slack-api:master-SNAPSHOT'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants