X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=814add9e7c8451f943c00336f22e66c5d06801d2;hb=c849f7f04df084252db87a2389f50f55d4b9a775;hp=d697cc7446ad6b4a353474a6c8516949c2f09c72;hpb=56e7ffa19450e9cba8492bc859dfcfe81b20d356;p=rhynodge.git diff --git a/build.gradle b/build.gradle index d697cc7..814add9 100644 --- a/build.gradle +++ b/build.gradle @@ -30,9 +30,7 @@ buildscript { repositories { mavenCentral() - maven { - url "http://dl.bintray.com/kotlinx/kotlinx" - } + jcenter() } dependencies { @@ -47,8 +45,7 @@ dependencies { compile group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.1.2" compile group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.1.2" compile group: "com.google.inject", name: "guice", version: "4.0" - compile group: "org.jetbrains.kotlinx", name: "kotlinx.html", version: "0.5.8" - compile group: "org.jetbrains.kotlinx", name: "kotlinx.html.jvm", version: "0.5.8" + compile group: "org.jetbrains.kotlinx", name: "kotlinx-html-jvm", version: "0.7.1" testCompile group: "junit", name: "junit", version:"4.12" testCompile group: "org.hamcrest", name: "hamcrest-library", version:"1.3"