update dependencies

This commit is contained in:
InsanusMokrassar 2024-04-23 18:44:26 +06:00
parent e00f40d06a
commit 1a9d8b0d5e
3 changed files with 24 additions and 16 deletions

View File

@ -2,6 +2,14 @@
## 8.3.0
* `Versions`:
* `Serialization`: `1.6.3`
* `MicroUtils`: `0.20.45`
* `tgbotapi`: `12.0.1`
* `Exposed`: `0.49.0`
* `SQLite`: `3.45.3.0`
* `Koin`: `3.5.6`
## 8.2.0
* `Versions`:

View File

@ -20,13 +20,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
releaseAssets.from('bot/build/distributions')
owner "InsanusMokrassar"
repo "PlaguBot"
owner = "InsanusMokrassar"
repo = "PlaguBot"
tagName "v${project.version}"
releaseName "${project.version}"
targetCommitish "${project.version}"
tagName = "v${project.version}"
releaseName = "${project.version}"
targetCommitish = "${project.version}"
body getCurrentVersionChangelog()
body = getCurrentVersionChangelog()
}
}

View File

@ -1,22 +1,22 @@
[versions]
kt = "1.9.22"
kt-serialization = "1.6.2"
kt = "1.9.23"
kt-serialization = "1.6.3"
kt-coroutines = "1.8.0"
microutils = "0.20.35"
tgbotapi = "10.1.0"
microutils = "0.20.45"
tgbotapi = "12.0.1"
ksp = "1.9.22-1.0.17"
ksp = "1.9.23-1.0.20"
jb-exposed = "0.47.0"
jb-dokka = "1.9.10"
jb-exposed = "0.49.0"
jb-dokka = "1.9.20"
sqlite = "3.44.1.0"
sqlite = "3.45.3.0"
gh-release = "2.4.1"
gh-release = "2.5.2"
koin = "3.5.3"
koin = "3.5.6"
[libraries]