Skip to content

Commit

Permalink
Updated kotlin version from 1.5.31 to 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswanthm committed Aug 11, 2022
1 parent 561f042 commit 4ee099d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'io.gitlab.arturbosch.detekt' version '1.18.0'
id 'org.jetbrains.dokka' version '1.5.0' apply false
id 'org.javamodularity.moduleplugin' version '1.7.0' apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groovyVersion=3.0.9
kotlinVersion=1.5.31
kotlinVersion=1.6.21
httpBuilderVersion=1.0.4
commonsLang3Version=3.12.0
httpClientVersion=5.1
Expand Down

0 comments on commit 4ee099d

Please sign in to comment.