Skip to content

Commit

Permalink
chore: update Kotlin to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 1, 2021
1 parent 4f2cf89 commit 4d37371
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 @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
id 'org.jetbrains.kotlin.jvm' version '1.4.31'
id 'io.gitlab.arturbosch.detekt' version '1.14.1'
id 'org.jetbrains.dokka' version '1.4.10' 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,6 +1,6 @@
groovyVersion=3.0.7
groovy2Version=2.5.10
kotlinVersion=1.4.30
kotlinVersion=1.4.31
httpBuilderVersion=1.0.4
commonsLang3Version=3.4
httpClientVersion=4.5.13
Expand Down

0 comments on commit 4d37371

Please sign in to comment.