diff --git a/build.gradle.kts b/build.gradle.kts index 5e157133..f100c917 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,8 +59,9 @@ dependencies { // Library that supports loading and (more importantly) saving to YAML files. implementation("com.charleskorn.kaml:kaml:$kamlVersion") // HTTP client library. - implementation("io.ktor:ktor-client-core-jvm:$ktorVersion") - implementation("io.ktor:ktor-client-cio-jvm:$ktorVersion") + // Disabled until I implement update checking. +// implementation("io.ktor:ktor-client-core-jvm:$ktorVersion") +// implementation("io.ktor:ktor-client-cio-jvm:$ktorVersion") // Library for Discord bots. implementation("com.kotlindiscord.kord.extensions:kord-extensions:$kordexVersion") // Lexer library that supports regex. diff --git a/gradle.properties b/gradle.properties index 29a7d70e..d1c4e430 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project info -version=1.5.0-rc-1 +version=1.5.0 group=com.rose.gateway # Plugin configuration # https://github.com/pinterest/ktlint