forked from DiscordBots/lilJudd
chore: bump version
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
935af908f7
commit
9a134c691f
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue