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

Commit

Permalink
Update kotlin monorepo to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent 1daea58 commit 000f8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
implementation("dev.floofy.commons:gradle:2.4.1")
implementation(kotlin("serialization", "1.7.22"))
implementation(kotlin("gradle-plugin", "1.7.22"))
implementation(kotlin("serialization", "1.9.10"))
implementation(kotlin("gradle-plugin", "1.9.10"))
implementation(gradleApi())
}

0 comments on commit 000f8df

Please sign in to comment.