chore: bump version

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-09-26 07:43:37 +02:00
parent 935af908f7
commit 9a134c691f

View file

@ -32,7 +32,7 @@ val ownerID = 372703841151614976L
group = "net.moonleay.liljudd"
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
?: "2.5.6"
?: "2.6.0"
val kordver = "1.5.9-SNAPSHOT"
val coroutinesver = "1.7.3"
@ -103,8 +103,8 @@ dependencies {
//Korntab
shadow("dev.inmo:krontab:$krontabver")
"shadow"("io.ktor:ktor-client-core-jvm:2.3.4")
"shadow"("io.ktor:ktor-client-cio-jvm:2.3.4")
shadow("io.ktor:ktor-client-core-jvm:2.3.4")
shadow("io.ktor:ktor-client-cio-jvm:2.3.4")
}