Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

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 18, 2023
1 parent 2610806 commit 13385e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "org.kodein.compose.html.pres"
version = "1.9.0"
version = "1.10.0"
}

task<Sync>("updateDemoDocs") {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
compose = "1.5.2"
cssInComposable = "1.5.0"
compose = "1.5.10"
cssInComposable = "1.6.0"
highlightJs = "11.2.0"
kxCoroutines = "1.7.3"

Expand Down
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 13385e5

Please sign in to comment.