Skip to content

Commit

Permalink
⬆ upgrade dependency org.jetbrains.compose:compose-gradle-plugin to v…
Browse files Browse the repository at this point in the history
…1.6.1
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent b4e2751 commit feb54b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"
# plugin dependencies (for both projects and settings), naming convention: s/p + plugin-<name>
pluginDep-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
pluginDep-springBoot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "springBoot" }
pluginDep-composeJb = "org.jetbrains.compose:compose-gradle-plugin:1.6.0"
pluginDep-composeJb = "org.jetbrains.compose:compose-gradle-plugin:1.6.1"
# "io.spring.gradle:dependency-management-plugin" is unneeded because we prefer Gradle's native dependency management
settingDep-gradleEnterprise = "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.2"
settingDep-foojayResolver = "org.gradle.toolchains:foojay-resolver:0.8.0"
Expand Down

0 comments on commit feb54b1

Please sign in to comment.