Skip to content

Commit 1ad136c

Browse files
authored
Merge branch 'main' into leocolman/tests
2 parents 9deca8a + 1767e14 commit 1ad136c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
![Logo white](images/Logo-Black.svg#gh-light-mode-only)
33

44
<!-- maven coordinates -->
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.typesafegithub/github-workflows-kt/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.typesafegithub/github-workflows-kt)
65
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
76
[![GitHub Repo stars](https://img.shields.io/github/stars/typesafegithub/github-workflows-kt)](https://star-history.com/#typesafegithub/github-workflows-kt&Date)
87
[![License](https://img.shields.io/github/license/typesafegithub/github-workflows-kt)](https://github.com/typesafegithub/github-workflows-kt/blob/main/LICENSE)

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = rootProject.version
1515

1616
dependencies {
1717
implementation("com.squareup:kotlinpoet:2.2.0")
18-
implementation("com.charleskorn.kaml:kaml:0.103.0")
18+
implementation("com.charleskorn.kaml:kaml:0.104.0")
1919
implementation("io.github.oshai:kotlin-logging:7.0.13")
2020
implementation(projects.sharedInternal)
2121

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
1212
implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.21")
13-
implementation("io.kotest:kotest-framework-plugin-gradle:6.0.4")
13+
implementation("io.kotest:kotest-framework-plugin-gradle:6.0.5")
1414

1515
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")
1616
implementation("org.jmailen.gradle:kotlinter-gradle:5.2.0")

0 commit comments

Comments
 (0)