Skip to content

Commit

Permalink
Upgrade Kotlin 1.9.21 + Compose 1.6.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Feb 3, 2024
1 parent e4e07e9 commit 2b7d3a2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Css In Composable
:icons: font
:version: 1.5.0
:version: 1.7.0

This library is meant to be used with https://github.com/JetBrains/compose-multiplatform#compose-html[Compose-HTML].

Expand Down
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.6.0"
version = "1.7.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.10"
compose = "1.6.0-alpha01"

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
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.3.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.5.1")
}
}

Expand Down

0 comments on commit 2b7d3a2

Please sign in to comment.