Skip to content

Commit

Permalink
change kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Apr 17, 2019
1 parent 81ba4dc commit 4f47af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.11")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30")
}
}

Expand All @@ -17,7 +17,7 @@ apply(plugin = "kotlin")
version = "1.14"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.11")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.30")
testImplementation("junit:junit:4.12")
}

Expand Down

0 comments on commit 4f47af9

Please sign in to comment.