Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Feb 17, 2023
1 parent 46e48ef commit d23bde7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 3.5.0

* `Versions`:
* `tgbotapi`: `5.2.0`
* `microutils`: `0.16.10`
* `koin`: `3.3.2`

## 3.4.1

* `setupBotPlugin` now works synchronously
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kt = "1.7.22"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"

microutils = "0.16.8"
tgbotapi = "5.1.0"
microutils = "0.16.10"
tgbotapi = "5.2.0"
kslog = "0.5.4"

jb-exposed = "0.41.1"
Expand All @@ -20,7 +20,7 @@ ktor = "2.2.3"

gh-release = "2.4.1"

koin = "3.2.2"
koin = "3.3.2"

[libraries]

Expand Down

0 comments on commit d23bde7

Please sign in to comment.