Skip to content

Commit

Permalink
Merge pull request #743 from arkivanov/update-compose
Browse files Browse the repository at this point in the history
Updated Compose to 1.7.0-alpha01
  • Loading branch information
arkivanov authored Jul 23, 2024
2 parents f6a270f + 822cd03 commit e5733b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin = "2.0.0"
essenty = "2.2.0-alpha02"
reaktive = "1.2.3"
junit = "4.13.2"
jetbrainsCompose = "1.6.10"
jetbrainsCompose = "1.7.0-alpha01"
jetbrainsKotlinWrappers = "1.0.0-pre.608"
jetbrainsKotlinxCoroutines = "1.8.1"
jetbrainsKotlinxSerialization = "1.6.3"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.toString() == "com.arkivanov.gradle.setup") {
useModule("com.github.arkivanov:gradle-setup-plugin:a82ef530e3")
useModule("com.github.arkivanov:gradle-setup-plugin:cf7a107f5f")
}
}
}
Expand Down

0 comments on commit e5733b4

Please sign in to comment.