Skip to content

Commit 69a6100

Browse files
update dependencies
org.jetbrains.kotlin:kotlin 2.2.10 -> 2.2.21 dev.inmo:kslog 1.5.0 -> 1.5.2 dev.inmo:micro_utils 0.26.3 -> 0.26.8 dev.inmo:plagubot 10.8.0 -> 10.10.0 dev.inmo:tgbotapi.libraries 0.26.8 -> 0.28.0 org.jetbrains.dokka:dokka 2.0.0 -> 2.1.0 com.gradleup.nmcp 1.0.2 -> 1.3.0
1 parent 4a2bfce commit 69a6100

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

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

33
## 0.24.7
44

5+
* `Versions`:
6+
* `Kotlin`: `2.2.10` -> `2.2.21`
7+
* `KSLog`: `1.5.0` -> `1.5.2`
8+
* `MicroUtils`: `0.26.3` -> `0.26.8`
9+
* `PlaguBot`: `10.8.0` -> `10.10.0`
10+
* `TelegramBotAPILibraries`: `0.26.8` -> `0.28.0`
11+
* `Dokka`: `2.0.0` -> `2.1.0`
12+
* `NMCP`: `1.0.2` -> `1.3.0`
13+
514
## 0.24.6
615

716
* `Versions`:

gradle/libs.versions.toml

Lines changed: 7 additions & 7 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.21"
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.10.0"
7+
kslog = "1.5.2"
8+
microutils = "0.26.8"
99

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

12-
nmcp="1.0.2"
12+
nmcp="1.3.0"
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)