Skip to content

Commit

Permalink
Bump Kotlin version to 1.4.32 from 1.4.0 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlurton authored Mar 10, 2022
1 parent 024892f commit d6ad8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.0' apply false
id 'org.jetbrains.kotlin.jvm' version '1.4.32' apply false
// https://arturbosch.github.io/detekt/groovydsl.html
id "io.gitlab.arturbosch.detekt" version "1.20.0-RC1" apply false
id 'org.jlleitschuh.gradle.ktlint' version '10.2.1'
Expand Down

0 comments on commit d6ad8d2

Please sign in to comment.