Skip to content

Commit

Permalink
Commented out ktor for cutting a release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgrose committed Dec 27, 2022
1 parent 1b12256 commit ef49726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef49726

Please sign in to comment.