chore: upgraded dependencies
Some checks failed
Build Gradle project / build-gradle-project (push) Has been cancelled
Some checks failed
Build Gradle project / build-gradle-project (push) Has been cancelled
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
2182f8751a
commit
38d61ae862
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_
|
|||
val kordver = "1.7.1-SNAPSHOT"
|
||||
val coroutinesver = "1.7.3"
|
||||
val ktorver = "2.3.7"
|
||||
val exposedver = "0.45.0"
|
||||
val exposedver = "0.46.0"
|
||||
val postgresver = "42.7.1"
|
||||
val krontabver = "2.2.4"
|
||||
val krontabver = "2.2.6"
|
||||
val kotlinxserializationver = "1.6.0"
|
||||
|
||||
val mavenArtifact = "lilJudd"
|
||||
|
|
Loading…
Reference in a new issue