Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jul 26, 2023
1 parent e1554b6 commit 9406163
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.2.5

* `Versions`:
* `Kotlin`: `1.8.22`
* `Coroutines`: `1.7.3`
* `MicroUtils`: `0.19.8`
* `Compose`: `1.4.3`

## 0.2.4

* Fixes in part of non-storable nodes in hierarchy saving
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]

kotlin = "1.8.20"
kotlin-coroutines = "1.7.2"
kotlin = "1.8.22"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.5.1"
dokka = "1.8.20"

microutils = "0.19.7"
microutils = "0.19.8"
kslog = "1.1.1"
uuid = "0.7.1"

koin = "3.4.2"
compose = "1.4.1"
compose = "1.4.3"

dexcount = "4.0.0"
junit_version = "4.12"
Expand All @@ -24,8 +24,8 @@ android-buildTools = "33.0.2"

android-core-ktx = "1.10.1"
android-appcompat = "1.6.1"
android-material = "1.6.1"
android-compose-material3 = "1.1.0"
android-material = "1.9.0"
android-compose-material3 = "1.1.1"

github-release = "2.4.1"

Expand Down

0 comments on commit 9406163

Please sign in to comment.