Skip to content

Commit 2b7d3a2

Browse files
committed
Upgrade Kotlin 1.9.21 + Compose 1.6.0-alpha01
1 parent e4e07e9 commit 2b7d3a2

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Css In Composable
22
:icons: font
3-
:version: 1.5.0
3+
:version: 1.7.0
44

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ plugins {
44

55
allprojects {
66
group = "org.kodein.compose.html.css"
7-
version = "1.6.0"
7+
version = "1.7.0"
88
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
compose = "1.5.10"
2+
compose = "1.6.0-alpha01"
33

44
[plugins]
55
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
buildscript {
22
repositories {
33
mavenLocal()
4+
mavenCentral()
5+
gradlePluginPortal()
46
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
57
}
68
dependencies {
7-
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.3.0")
9+
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.5.1")
810
}
911
}
1012

0 commit comments

Comments
 (0)