Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 331883f

Browse files
Update Kotlin
1 parent 7d5301c commit 331883f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.6.21")
12+
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.8.0")
1313
implementation("io.github.gradle-nexus", "publish-plugin", "1.1.0")
1414
implementation("com.adarshr", "gradle-test-logger-plugin", "3.2.0")
1515
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jackson = "2.14.1"
66
jacksonProtobuf = "0.9.13"
77
kotest = "5.5.4"
88
kotest_extension = "1.1.2"
9-
kotlin = "1.6.21"
10-
kotlinCoroutines = "1.6.2"
9+
kotlin = "1.8.0"
10+
kotlinCoroutines = "1.6.4"
1111
kotlinLogging = "3.0.4"
1212
ktlint = "0.48.1"
1313
logback = "1.2.6"

0 commit comments

Comments
 (0)