Skip to content

Commit

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

Please sign in to comment.