Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Feb 13, 2019
1 parent d4f9249 commit beb8a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ tasks {

plugins {
idea apply true
kotlin("jvm") version "1.3.11"
id("org.jetbrains.intellij") version "0.4.1"
id("org.jetbrains.gradle.plugin.idea-ext") version "0.3" apply true
kotlin("jvm") version "1.3.21"
id("org.jetbrains.intellij") version "0.4.2"
id("org.jetbrains.gradle.plugin.idea-ext") version "0.5" apply true
}

idea.project {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip

0 comments on commit beb8a32

Please sign in to comment.