Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 14, 2024
1 parent 1669b0f commit 3ac3484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ datastore = "1.1.1"
detekt = "1.23.7"
eithernet = "1.9.0"
flipper = "0.268.0"
foundry = "0.20.2"
jdk = "22"
jvmTarget = "17"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinx-serialization = "1.7.3"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.25"
ktfmt = "0.52"
leakcanary = "3.0-alpha-8"
lifecycle = "2.9.0-alpha04"
Expand All @@ -38,7 +39,6 @@ preferences = "1.2.1"
retrofit = "2.11.0"
slack-lint = "0.8.1"
sortDependencies = "0.8"
foundry = "0.20.0-alpha03"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
telephoto = "0.13.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package catchup.gemoji.generator
import app.cash.sqldelight.driver.jdbc.sqlite.JdbcSqliteDriver
import catchup.gemoji.db.mutable.GemojiDatabase
import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.core.main
import com.github.ajalt.clikt.parameters.options.option
import com.github.ajalt.clikt.parameters.options.required
import com.github.ajalt.clikt.parameters.types.file
Expand Down

0 comments on commit 3ac3484

Please sign in to comment.