Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Aug 29, 2024
1 parent 39de983 commit 93d1afd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## 17.1.0

* `Version`:
* `Kotlin`: `2.0.10` -> `2.0.20`
* `Serialization`: `1.7.1` -> `1.7.2`
* `MicroUtils`: `0.22.0` -> `0.22.1`
* `KSLog`: `1.3.5` -> `1.3.6`
* `Ktor`: `2.3.11` -> `2.3.12`

## 17.0.0

**THIS UPDATE CONTAINS SUPPORT OF BOTS API 7.9**
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]

kotlin = "2.0.10"
kotlin-serialization = "1.7.1"
kotlin = "2.0.20"
kotlin-serialization = "1.7.2"
kotlin-coroutines = "1.8.1"

javax-activation = "1.1.1"

korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "2.3.11"
ktor = "2.3.12"

ksp = "2.0.10-1.0.24"
ksp = "2.0.20-1.0.24"
kotlin-poet = "1.18.1"

microutils = "0.22.0"
kslog = "1.3.5"
microutils = "0.22.1"
kslog = "1.3.6"

versions = "0.51.0"

Expand Down

0 comments on commit 93d1afd

Please sign in to comment.