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

Update to 1.0.0-beta.

This commit is contained in:
Cedric Beust 2015-10-22 18:18:31 -07:00
parent db40768ea0
commit 5d1d63e9b6
43 changed files with 129 additions and 128 deletions

View file

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '0.14.449'
ext.kotlin_version = '1.0.0-beta-1038'
repositories {
mavenCentral()
@ -41,7 +41,6 @@ dependencies {
// "org.jetbrains.kotlin:kotlin-compiler:${kotlin_version}",
'com.beust:jcommander:1.48',
'com.beust:klaxon:0.16',
'com.squareup.okhttp:okhttp:2.4.0',
'org.jsoup:jsoup:1.8.2',
'com.google.inject:guice:4.0',