Skip to content

Commit

Permalink
Update Gradle dependency: adds syntax error resilience
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tk3y committed Jun 14, 2024
1 parent 4f84027 commit ab4935f
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 @@ -4,8 +4,8 @@ kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.6.2"
compose-plugin = "1.6.1"
decompose = "3.0.0-alpha07"
gradle-tooling = "8.9-branch-sigushkin_declarative_dsl_mutations-20240613212009+0000"
declarative-dsl = "8.9-branch-sigushkin_declarative_dsl_mutations-20240613212009+0000"
gradle-tooling = "8.10-branch-sigushkin_declarative_dsl_mutations-20240614133055+0000"
declarative-dsl = "8.10-branch-sigushkin_declarative_dsl_mutations-20240614133055+0000"
sqldelight = "2.0.1"
ktor = "2.3.9"
unified-prototype = "0.1.2"
Expand Down

0 comments on commit ab4935f

Please sign in to comment.