Skip to content

Commit

Permalink
upgrade to Compose 1.8.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
hamen committed Jan 14, 2025
1 parent adb5c0b commit c465ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions platform/jewel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ dependencies {
sarif(projects.ui)
}

// TODO remove this once the Skiko fix makes it into CMP 1.7.1
allprojects {
configurations.all {
resolutionStrategy {
eachDependency {
if (requested.group == "org.jetbrains.skiko") {
useVersion("0.8.17")
because("Contains important memory usage fix")
}
}
}
}
}

tasks {
// val mergeSarifReports by
// registering(MergeSarifTask::class) {
Expand Down
2 changes: 1 addition & 1 deletion platform/jewel/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
commonmark = "0.24.0"
composeDesktop = "1.7.1"
composeDesktop = "1.8.0-alpha01"
detekt = "1.23.6"
dokka = "1.9.20"
idea = "243.21155.17"
Expand Down

0 comments on commit c465ed0

Please sign in to comment.