Skip to content

Commit

Permalink
Kotlin 1.3.50-eap
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Aug 15, 2019
1 parent a93f96c commit efaae11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.versions = [
'kotlin': '1.3.40',
'kotlin': '1.3.50-eap-86',
'jmhPlugin': '0.4.8',
'animalSnifferPlugin': '1.5.0',
'dokka': '0.9.18',
Expand Down Expand Up @@ -61,6 +61,7 @@ buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
}

Expand All @@ -73,6 +74,7 @@ subprojects {
repositories {
mavenCentral()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}

apply plugin: "org.jlleitschuh.gradle.ktlint"
Expand Down

0 comments on commit efaae11

Please sign in to comment.