Skip to content

Commit

Permalink
chore(deps): update kotlin to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 81830ed commit f020c97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("multiplatform") version "1.8.10"
kotlin("kapt") version "1.8.10"
kotlin("plugin.allopen") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"
kotlin("multiplatform") version "1.9.22"
kotlin("kapt") version "1.9.22"
kotlin("plugin.allopen") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.diffplug.spotless") version "6.17.0"
id("idea")
Expand Down

0 comments on commit f020c97

Please sign in to comment.