Skip to content

Commit d5c7a58

Browse files
update dependencies
1 parent 86e099e commit d5c7a58

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 0.20.10
44

5+
* `Versions`:
6+
* `Kotlin`: `1.9.20-RC` -> `1.9.20-RC1`
7+
* `KSLog`: `1.2.1` -> `1.2.2`
8+
* `Compose`: `1.5.10-rc01` -> `1.5.10-rc02`
9+
* `RecyclerView`: `1.3.1` -> `1.3.2`
10+
511
## 0.20.9
612

713
* Most of common modules now supports `linuxArm64` target

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22

3-
kt = "1.9.20-RC"
3+
kt = "1.9.20-RC2"
44
#compose-kotlin = "1.5.10-beta02"
55
kt-serialization = "1.6.0"
66
kt-coroutines = "1.7.3"
77

8-
kslog = "1.2.1"
8+
kslog = "1.2.2"
99

10-
jb-compose = "1.5.10-rc01"
10+
jb-compose = "1.5.10-rc02"
1111
jb-exposed = "0.44.0"
12-
jb-dokka = "1.9.0"
12+
jb-dokka = "1.9.10"
1313

1414
korlibs = "4.0.10"
1515
uuid = "0.8.1"
@@ -22,7 +22,7 @@ koin = "3.5.0"
2222

2323
okio = "3.6.0"
2424

25-
ksp = "1.9.20-RC-1.0.13"
25+
ksp = "1.9.20-RC2-1.0.13"
2626
kotlin-poet = "1.14.2"
2727

2828
versions = "0.49.0"
@@ -31,7 +31,7 @@ android-gradle = "7.4.2"
3131
dexcount = "4.0.0"
3232

3333
android-coreKtx = "1.12.0"
34-
android-recyclerView = "1.3.1"
34+
android-recyclerView = "1.3.2"
3535
android-appCompat = "1.6.1"
3636
android-fragment = "1.6.1"
3737
android-espresso = "3.5.1"

0 commit comments

Comments
 (0)