Skip to content

Commit

Permalink
chore(deps): update kotlin to v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent efe2e2d commit 85e6562
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.21"
kotlin("kapt") version "2.0.21"
kotlin("plugin.allopen") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
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 85e6562

Please sign in to comment.