Skip to content

Commit

Permalink
build(org.jetbrains.kotlin.plugin.compose): update kotlin monorepo to…
Browse files Browse the repository at this point in the history
… v2.1.10
  • Loading branch information
renovate[bot] authored and guicamest committed Jan 27, 2025
1 parent 27b9cdb commit 41e3689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin-plugins = "2.1.0"
kotlin-plugins = "2.1.10"
kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.8.0"
ktlint = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id 'org.jetbrains.compose' version '1.7.3'
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.0'
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10'
}
}

Expand Down

0 comments on commit 41e3689

Please sign in to comment.