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

Unnecessary dependency.

This commit is contained in:
Cedric Beust 2016-04-11 07:28:20 -07:00
parent 0821c89da0
commit 933b50c39c

View file

@ -1,4 +1,3 @@
import com.beust.kobalt.*
import com.beust.kobalt.api.License
import com.beust.kobalt.api.Project
@ -15,8 +14,6 @@ import java.nio.file.Files
import java.nio.file.Paths
import java.nio.file.StandardCopyOption
val r = repos("http://dl.bintray.com/kotlin/kotlinx.dom")
object Versions {
val okhttp = "3.2.0"
val okio = "1.6.0"