Skip to content

Commit

Permalink
downgrade microutils and revert coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed May 6, 2023
1 parent 6686aef commit ced11ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## 7.1.2

* `Versions`:
* `Coroutines`: `1.6.4` -> `1.7.0`
* `MicroUtils`: `0.18.0` -> `0.18.2`
* `MicroUtils`: `0.18.0` -> `0.18.1`
* `Core`:
* Now it is possible to serialize `Sticker`s

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kotlin = "1.8.21"
kotlin-serialization = "1.5.0"
kotlin-coroutines = "1.7.0"
kotlin-coroutines = "1.6.4"

javax-activation = "1.1.1"

Expand All @@ -13,7 +13,7 @@ ktor = "2.3.0"
ksp = "1.8.21-1.0.11"
kotlin-poet = "1.13.2"

microutils = "0.18.2-branch_0.18.2-build474"
microutils = "0.18.1"

github-release-plugin = "2.4.1"
dokka = "1.8.10"
Expand Down

0 comments on commit ced11ab

Please sign in to comment.