Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
only52607 committed Nov 4, 2020
1 parent bd3ead3 commit 544dcde
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
}


def VERSION = "1.2.1"
def VERSION = "1.3.0"
group 'com.ooooonly'
version VERSION

Expand All @@ -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'
}
Expand Down

0 comments on commit 544dcde

Please sign in to comment.