Skip to content

Commit 5c19142

Browse files
authored
Merge branch 'main' into renovate/kotlin-monorepo
2 parents a140046 + b173296 commit 5c19142

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
compose = "1.7.4"
3-
compose-plugin = "1.7.0"
2+
compose = "1.7.5"
3+
compose-plugin = "1.7.1"
44
junit = "4.13.2"
55
kotlin = "2.1.0"
66
kotlinx-coroutines = "1.9.0"
77
ktor = "3.0.0"
8-
kaml = "0.61.0"
8+
kaml = "0.66.0"
99

1010
[libraries]
1111
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)