Skip to content

Commit 24aec72

Browse files
update dependencies and changelog
1 parent 9b19a2c commit 24aec72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## 0.20.13
44

5+
* `Versions`:
6+
* `Ktor`: `2.3.5` -> `2.3.6`
7+
* `UUID`: `0.8.1` -> `0.8.2`
8+
59
## 0.20.12
610

711
**It is experimental migration onto new gradle version. Be careful in use of this version**

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jb-exposed = "0.44.1"
1111
jb-dokka = "1.9.10"
1212

1313
korlibs = "4.0.10"
14-
uuid = "0.8.1"
14+
uuid = "0.8.2"
1515

1616
ktor = "2.3.6"
1717

@@ -21,7 +21,7 @@ koin = "3.5.0"
2121

2222
okio = "3.6.0"
2323

24-
ksp = "1.9.20-1.0.13"
24+
ksp = "1.9.20-1.0.14"
2525
kotlin-poet = "1.14.2"
2626

2727
versions = "0.49.0"

0 commit comments

Comments
 (0)