1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Retrofit 2.1.0.

This commit is contained in:
Cedric Beust 2016-07-26 02:25:00 -08:00
parent 901447c1f6
commit 6dd43daec1

View file

@ -20,7 +20,7 @@ import java.nio.file.StandardCopyOption
object Versions {
val okhttp = "3.2.0"
val okio = "1.6.0"
val retrofit = "2.0.2"
val retrofit = "2.1.0"
val gson = "2.6.2"
val aether = "1.1.0"
val sonatypeAether = "1.13.1"