mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Retrofit 2.1.0.
This commit is contained in:
parent
901447c1f6
commit
6dd43daec1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import java.nio.file.StandardCopyOption
|
||||||
object Versions {
|
object Versions {
|
||||||
val okhttp = "3.2.0"
|
val okhttp = "3.2.0"
|
||||||
val okio = "1.6.0"
|
val okio = "1.6.0"
|
||||||
val retrofit = "2.0.2"
|
val retrofit = "2.1.0"
|
||||||
val gson = "2.6.2"
|
val gson = "2.6.2"
|
||||||
val aether = "1.1.0"
|
val aether = "1.1.0"
|
||||||
val sonatypeAether = "1.13.1"
|
val sonatypeAether = "1.13.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue