Skip to content

Commit d13ffb2

Browse files
update dependencies
1 parent 65fb1ed commit d13ffb2

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 0.24.5
44

5+
* `Versions`:
6+
* `Kotlin`: `2.2.0`
7+
* `Serialization`: `1.9.0`
8+
* `PlaguBot`: `10.7.0`
9+
* `KSLog`: `1.5.0`
10+
* `MicroUtils`: `0.26.2`
11+
* `TelegramBotAPILibraries`: `0.26.7`
12+
513
## 0.24.4
614

715
* `Versions`:

gradle/libs.versions.toml

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

3-
kotlin = "2.1.10"
4-
kotlin-serialization = "1.8.1"
3+
kotlin = "2.2.0"
4+
kotlin-serialization = "1.9.0"
55

6-
plagubot = "10.6.0"
7-
kslog = "1.4.2"
8-
microutils = "0.25.8"
6+
plagubot = "10.7.0"
7+
kslog = "1.5.0"
8+
microutils = "0.26.2"
99

10-
tgbotapi-libraries = "0.26.6"
10+
tgbotapi-libraries = "0.26.7"
1111

12-
nmcp="0.2.1"
12+
nmcp="1.0.2"
1313

1414
gh-release = "2.5.2"
1515
dokka = "2.0.0"

0 commit comments

Comments
 (0)