Skip to content

Commit

Permalink
Merge pull request #382 from ThoughtWorks-SEA/dependabot/gradle/kotli…
Browse files Browse the repository at this point in the history
…nVersion-1.8.21

Bump kotlinVersion from 1.8.20 to 1.8.21
  • Loading branch information
chadlwilson authored Apr 25, 2023
2 parents c0781eb + 1ce6e55 commit 1a4ccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@file:Suppress("GradlePackageUpdate")

plugins {
val kotlinVersion = "1.8.20"
val kotlinVersion = "1.8.21"
id("org.jetbrains.kotlin.jvm") version kotlinVersion
id("org.jetbrains.kotlin.kapt") version kotlinVersion
id("org.jetbrains.kotlin.plugin.allopen") version kotlinVersion
Expand Down

0 comments on commit 1a4ccd8

Please sign in to comment.