Skip to content

Commit

Permalink
Update SQLDelight
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoolish authored Jul 8, 2024
1 parent aa747f2 commit 63fb56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composeViewModel = "2.8.0"
accompanist = "0.34.0"

coroutines = "1.8.1"
sqlDelight = "2.0.0"
sqlDelight = "2.0.2"
dokka = "1.9.20"
moshi = "1.15.1"
googleService = "4.4.1"
Expand Down Expand Up @@ -202,4 +202,4 @@ javaLibrary = { id = "org.gradle.java-library" }
sqlDelight = { id = "app.cash.sqldelight", version.ref = "sqlDelight" }
sonarqube = { id = "org.sonarqube", version = "4.4.1.3373" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }

0 comments on commit 63fb56b

Please sign in to comment.