diff --git a/build.gradle b/build.gradle index 43787f4..8a783f8 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { } -def VERSION = "1.2.1" +def VERSION = "1.3.0" group 'com.ooooonly' version VERSION @@ -50,16 +50,6 @@ dependencies { implementation "org.jsoup:jsoup:$jsoup_version" implementation "org.slf4j:slf4j-jdk14:$slf4j_version" - implementation "io.vertx:vertx-core:$vertx_version" - implementation "io.vertx:vertx-web:$vertx_version" - implementation "io.vertx:vertx-lang-kotlin:$vertx_version" - implementation "io.vertx:vertx-auth-common:$vertx_version" - implementation "io.vertx:vertx-auth-jwt:$vertx_version" - implementation "io.vertx:vertx-lang-kotlin-coroutines:$vertx_version" - -// implementation "io.ktor:ktor-server-netty:$ktor_version" -// implementation "io.ktor:ktor-server-servlet:$ktor_version" -// implementation "io.ktor:ktor-html-builder:$ktor_version" implementation 'com.ooooonly:luakt:1.0.0' testCompile group: 'junit', name: 'junit', version: '4.12' }