mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
build: upgrade SQLDelight
This commit is contained in:
parent
5aafead87e
commit
65fdfc2043
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform")
|
kotlin("multiplatform")
|
||||||
id("com.android.library")
|
id("com.android.library")
|
||||||
id("com.squareup.sqldelight") version "1.5.1"
|
id("com.squareup.sqldelight") version "1.5.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|
|
@ -4,7 +4,7 @@ aurora = "0.0.56-SNAPSHOT"
|
||||||
coroutines = "1.5.2"
|
coroutines = "1.5.2"
|
||||||
hilt = "2.39.1"
|
hilt = "2.39.1"
|
||||||
serialization = "1.3.0"
|
serialization = "1.3.0"
|
||||||
sqldelight = "1.5.1"
|
sqldelight = "1.5.2"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue