Skip to content

Commit

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

plugins {
idea apply true
kotlin("jvm") version "1.3.60"
id("org.jetbrains.intellij") version "0.4.13"
kotlin("jvm") version "1.3.61"
id("org.jetbrains.intellij") version "0.4.14"
}

dependencies {
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-snapshots/gradle-6.1-20191107041826+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.1-20191126230035+0000-bin.zip

0 comments on commit b07dabd

Please sign in to comment.