1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Bump Aether.

This commit is contained in:
Cedric Beust 2017-02-01 13:26:53 -08:00
parent 9883247be3
commit 3c63cace42

View file

@ -26,7 +26,7 @@ object Versions {
val okio = "1.6.0" val okio = "1.6.0"
val retrofit = "2.1.0" val retrofit = "2.1.0"
val gson = "2.6.2" val gson = "2.6.2"
val aether = "1.0.0.v20140518" val aether = "1.0.2.v20150114"
val sonatypeAether = "1.13.1" val sonatypeAether = "1.13.1"
val maven = "3.3.9" val maven = "3.3.9"
} }