chore: upgrade krontab version, bump version
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
063ef3ef91
commit
aabc50952b
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ 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.3.0.1"
|
||||
?: "2.4.0"
|
||||
|
||||
val kordver = "1.5.6"
|
||||
val coroutinesver = "1.1.0"
|
||||
val ktor_version = "2.3.0"
|
||||
val exposedver = "0.40.1"
|
||||
val postgresver = "42.3.8"
|
||||
val krontabver = "2.0.0"
|
||||
val krontabver = "2.1.2"
|
||||
|
||||
val mavenArtifact = "lilJudd"
|
||||
project.base.archivesName.set(mavenArtifact)
|
||||
|
|
Loading…
Reference in a new issue