mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Remote Retrofit 1.9.
This commit is contained in:
parent
27a613c8bb
commit
7798fb02b9
6 changed files with 15 additions and 20 deletions
|
@ -62,7 +62,6 @@ val kobaltPluginApi = project {
|
|||
dependencies {
|
||||
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9",
|
||||
|
||||
"com.squareup.okio:okio:1.6.0",
|
||||
"com.google.inject:guice:4.0",
|
||||
"com.google.inject.extensions:guice-assistedinject:4.0",
|
||||
"javax.inject:javax.inject:1",
|
||||
|
@ -70,8 +69,8 @@ val kobaltPluginApi = project {
|
|||
"org.apache.maven:maven-model:3.3.3",
|
||||
"io.reactivex:rxjava:1.0.16",
|
||||
"com.google.code.gson:gson:2.4",
|
||||
"com.squareup.okio:okio:1.6.0",
|
||||
"com.squareup.okhttp3:okhttp:3.2.0",
|
||||
"com.squareup.retrofit:retrofit:1.9.0",
|
||||
"com.squareup.retrofit2:retrofit:2.0.0-beta4",
|
||||
"com.squareup.retrofit2:converter-gson:2.0.0-beta4",
|
||||
"com.beust:jcommander:1.48"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue