Skip to content

Commit 867a1ff

Browse files
update dependencies
org.jetbrains.kotlin:kotlin-stdlib 2.2.10 -> 2.2.20 dev.inmo:plagubot.plugin 10.8.0 -> 10.9.0 dev.inmo:kslog 1.5.0 -> 1.5.1 dev.inmo:micro_utils.koin 0.26.3 -> 0.26.6 dev.inmo:tgbotapi.libraries.cache.admins.plagubot 0.26.8 -> 0.27.0 org.jetbrains.dokka:dokka-gradle-plugin 2.0.0 -> 2.1.0
1 parent efa176c commit 867a1ff

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## 0.25.0
44

55
* `Versions`:
6+
* `Kotlin`: `2.2.20`
7+
* `PlaguBot`: `10.9.0`
8+
* `KSLog`: `1.5.1`
9+
* `MicroUtils`: `0.26.6`
10+
* `TelegramBotAPILibraries`: `0.27.0`
611

712
## 0.24.6
813

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22

3-
kotlin = "2.2.10"
3+
kotlin = "2.2.20"
44
kotlin-serialization = "1.9.0"
55

6-
plagubot = "10.8.0"
7-
kslog = "1.5.0"
8-
microutils = "0.26.3"
6+
plagubot = "10.9.0"
7+
kslog = "1.5.1"
8+
microutils = "0.26.6"
99

10-
tgbotapi-libraries = "0.26.8"
10+
tgbotapi-libraries = "0.27.0"
1111

1212
nmcp="1.0.2"
1313

1414
gh-release = "2.5.2"
15-
dokka = "2.0.0"
15+
dokka = "2.1.0"
1616

1717
[libraries]
1818

0 commit comments

Comments
 (0)