mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-05-13 19:40:20 +00:00
update dependencies
io.ktor:ktor-client-core 3.4.2 -> 3.4.3 org.xerial:sqlite-jdbc 3.53.0.0 -> 3.53.1.0 org.jetbrains.kotlin:kotlin-stdlib 2.3.20 -> 2.3.21 com.google.devtools.ksp:symbol-processing-api 2.3.6 -> 2.3.7 org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.2 -> 1.11.0 com.github.ben-manes.versions:gradle-versions-plugin 0.53.0 -> 0.54.0 com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin 1.4.4 -> 1.5.0
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
## 0.29.3
|
||||
|
||||
* `Versions`:
|
||||
* `Kotlin`: `2.3.20` -> `2.3.21`
|
||||
* `KSP`: `2.3.6` -> `2.3.7`
|
||||
* `Coroutines`: `1.10.2` -> `1.11.0`
|
||||
* `SQLite`: `3.53.0.0` -> `3.53.1.0`
|
||||
* `Ktor`: `3.4.2` -> `3.4.3`
|
||||
* `Gradle Versions`: `0.53.0` -> `0.54.0`
|
||||
* `NMCP`: `1.4.4` -> `1.5.0`
|
||||
|
||||
## 0.29.2
|
||||
|
||||
* `Versions`:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[versions]
|
||||
|
||||
kt = "2.3.20"
|
||||
kt = "2.3.21"
|
||||
kt-serialization = "1.11.0"
|
||||
kt-coroutines = "1.10.2"
|
||||
kt-coroutines = "1.11.0"
|
||||
|
||||
kotlinx-browser = "0.5.0"
|
||||
|
||||
@@ -14,12 +14,12 @@ jb-compose-icons = "1.7.8"
|
||||
jb-exposed = "1.2.0"
|
||||
jb-dokka = "2.2.0"
|
||||
|
||||
sqlite = "3.53.0.0"
|
||||
sqlite = "3.53.1.0"
|
||||
|
||||
korlibs = "5.4.0"
|
||||
uuid = "0.8.4"
|
||||
|
||||
ktor = "3.4.2"
|
||||
ktor = "3.4.3"
|
||||
|
||||
gh-release = "2.5.2"
|
||||
|
||||
@@ -27,11 +27,11 @@ koin = "4.2.1"
|
||||
|
||||
okio = "3.17.0"
|
||||
|
||||
ksp = "2.3.6"
|
||||
ksp = "2.3.7"
|
||||
kotlin-poet = "2.3.0"
|
||||
|
||||
versions = "0.53.0"
|
||||
nmcp = "1.4.4"
|
||||
versions = "0.54.0"
|
||||
nmcp = "1.5.0"
|
||||
|
||||
android-gradle = "8.12.+"
|
||||
dexcount = "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user