Skip to content

Commit

Permalink
Update Kotlin packages to v1.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2021
1 parent 1f10a66 commit c691ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories.maven { url 'https://plugins.gradle.org/m2/' }
//repositories { mavenCentral() }
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
}
}

Expand Down Expand Up @@ -42,7 +42,7 @@ gradlePlugin {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.71"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30"

testImplementation localGroovy()
testImplementation gradleTestKit()
Expand Down

0 comments on commit c691ed2

Please sign in to comment.