We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b19a2c commit 24aec72Copy full SHA for 24aec72
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.20.13
4
5
+* `Versions`:
6
+ * `Ktor`: `2.3.5` -> `2.3.6`
7
+ * `UUID`: `0.8.1` -> `0.8.2`
8
+
9
## 0.20.12
10
11
**It is experimental migration onto new gradle version. Be careful in use of this version**
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ jb-exposed = "0.44.1"
jb-dokka = "1.9.10"
12
13
korlibs = "4.0.10"
14
-uuid = "0.8.1"
+uuid = "0.8.2"
15
16
ktor = "2.3.6"
17
@@ -21,7 +21,7 @@ koin = "3.5.0"
21
22
okio = "3.6.0"
23
24
-ksp = "1.9.20-1.0.13"
+ksp = "1.9.20-1.0.14"
25
kotlin-poet = "1.14.2"
26
27
versions = "0.49.0"
0 commit comments