Skip to content

Commit

Permalink
chore(deps): update kotlin to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 130c203 commit 13a2473
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 @@ -6,10 +6,10 @@ val micronautCoreVersion by properties
val micronautParentVersion by properties

plugins {
kotlin("multiplatform") version "2.0.0"
kotlin("kapt") version "2.0.0"
kotlin("plugin.allopen") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
kotlin("multiplatform") version "2.0.20"
kotlin("kapt") version "2.0.20"
kotlin("plugin.allopen") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.diffplug.spotless") version "6.25.0"
id("idea")
Expand Down

0 comments on commit 13a2473

Please sign in to comment.