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

Commit

Permalink
Update kotlin monorepo to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent 4eee1e1 commit 02c4047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ buildscript {
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.4")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.13.0")
classpath("gay.floof.utils:gradle-utils:1.3.0")
classpath(kotlin("gradle-plugin", version = "1.6.21"))
classpath(kotlin("serialization", version = "1.6.21"))
classpath(kotlin("gradle-plugin", version = "1.8.0"))
classpath(kotlin("serialization", version = "1.8.0"))
}
}

Expand Down

0 comments on commit 02c4047

Please sign in to comment.