Skip to content

Commit

Permalink
chore: upgrade Kotlin to 1.3.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 18, 2020
1 parent aeb14dc commit 752cdfc
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.3.71'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
id 'org.jmailen.kotlinter' version '2.3.2'
id 'io.gitlab.arturbosch.detekt' version '1.7.4'
id 'org.jetbrains.dokka' version '0.10.1' 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.1
groovy2Version=2.5.10
kotlinVersion=1.3.71
kotlinVersion=1.3.72
httpBuilderVersion=1.0.4
commonsLang3Version=3.4
httpClientVersion=4.5.5
Expand Down

0 comments on commit 752cdfc

Please sign in to comment.