Skip to content

Commit

Permalink
Use latest versions of maoni-* callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 3, 2018
1 parent 3ccb894 commit 577923e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maoni-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,17 @@ dependencies {
exclude group: 'org.rm3l', module: 'maoni-common'
exclude group: 'org.jetbrains.anko'
}
implementation ('org.rm3l:maoni-github:2.4.2-rc1') {
implementation ('org.rm3l:maoni-github:2.5.0-maoni_6.0.0') {
//Exclude transitive dependency to 'maoni-common', as we are already using the version we have in this project
exclude group: 'org.rm3l', module: 'maoni-common'
exclude group: 'org.jetbrains.anko'
}
implementation ('org.rm3l:maoni-jira:2.4.2-rc4') {
implementation ('org.rm3l:maoni-jira:2.5.0-maoni_6.0.0') {
//Exclude transitive dependency to 'maoni-common', as we are already using the version we have in this project
exclude group: 'org.rm3l', module: 'maoni-common'
exclude group: 'org.jetbrains.anko'
}
implementation ('org.rm3l:maoni-slack:0.1.4') {
implementation ('org.rm3l:maoni-slack:1.0.1-maoni_6.0.0') {
exclude group: 'org.rm3l', module: 'maoni-common'
exclude group: 'org.jetbrains.anko'
}
Expand Down

0 comments on commit 577923e

Please sign in to comment.