Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Aug 20, 2023
1 parent 93d15af commit 3663f98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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 @@

## 7.1.0

* `Version`:
* `microutils`: `0.19.9`
* `tgbotapi`: `9.1.0`
* `ktor`: `2.3.3`
* `coroutines`: `1.7.3`
* `koin`: `3.4.3`

## 7.0.0

* `Version`:
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.7.2"
kt-coroutines = "1.7.3"

microutils = "0.19.7"
tgbotapi = "9.0.0"
microutils = "0.19.9"
tgbotapi = "9.1.0"
kslog = "1.1.1"

jb-exposed = "0.41.1"
Expand All @@ -16,11 +16,11 @@ sqlite = "3.42.0.0"
klock = "4.0.3"
uuid = "0.7.1"

ktor = "2.3.2"
ktor = "2.3.3"

gh-release = "2.4.1"

koin = "3.4.2"
koin = "3.4.3"

[libraries]

Expand Down

0 comments on commit 3663f98

Please sign in to comment.