Skip to content

Commit

Permalink
Kotlin 1.9.20 / Compose 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Nov 17, 2023
1 parent f049559 commit 2c6795f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.compose.html.css"
version = "1.5.0"
version = "1.6.0"
}
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]
compose = "1.5.2"
compose = "1.5.10"

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.2.2")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.3.0")
}
}

Expand Down

0 comments on commit 2c6795f

Please sign in to comment.