Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Jan 20, 2023
1 parent 7d5301c commit 331883f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.6.21")
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.8.0")
implementation("io.github.gradle-nexus", "publish-plugin", "1.1.0")
implementation("com.adarshr", "gradle-test-logger-plugin", "3.2.0")
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jackson = "2.14.1"
jacksonProtobuf = "0.9.13"
kotest = "5.5.4"
kotest_extension = "1.1.2"
kotlin = "1.6.21"
kotlinCoroutines = "1.6.2"
kotlin = "1.8.0"
kotlinCoroutines = "1.6.4"
kotlinLogging = "3.0.4"
ktlint = "0.48.1"
logback = "1.2.6"
Expand Down

0 comments on commit 331883f

Please sign in to comment.