Skip to content

Commit dc796bb

Browse files
authored
Merge branch 'main' into renovate/kaml
2 parents b4aea61 + c45a754 commit dc796bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/deploy.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
compose = "1.7.6"
2+
compose = "1.7.7"
33
compose-plugin = "1.7.3"
44
junit = "4.13.2"
5-
kotlin = "2.1.0"
5+
kotlin = "2.1.10"
66
kotlinx-coroutines = "1.10.1"
77
ktor = "3.0.3"
88
kaml = "0.70.0"

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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)