Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 28, 2019
1 parent 41f4daf commit 576ff37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.50'

repositories {
mavenCentral()
Expand Down Expand Up @@ -35,9 +35,10 @@ subprojects {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testImplementation 'junit:junit:4.12'
testImplementation 'io.kotlintest:kotlintest-assertions:3.3.3'
testImplementation 'io.kotlintest:kotlintest-assertions:3.4.2'
testImplementation 'com.github.stefanbirkner:system-rules:1.18.0'
testImplementation 'com.google.jimfs:jimfs:1.1'
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}

compileKotlin {
Expand Down
2 changes: 1 addition & 1 deletion clikt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 576ff37

Please sign in to comment.