Skip to content

Commit

Permalink
Upgrading to Kotlin 1.4.20, most recent version supported by Gradle 6…
Browse files Browse the repository at this point in the history
….9.2
  • Loading branch information
vetler committed Apr 22, 2022
1 parent 3aab37d commit 30c36f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: '../gradle/publishing.gradle'
apply plugin: 'org.jetbrains.dokka'

buildscript {
ext.kotlin_version = "1.3.50"
ext.kotlin_version = "1.4.20"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.3.50'
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.4.20'
println "$project uses Kotlin $kotlin_version"

repositories {
Expand Down

0 comments on commit 30c36f8

Please sign in to comment.