Skip to content

Commit 7bd29c7

Browse files
committed
Update Kotlin version to 1.2.50
1 parent 7dc2874 commit 7bd29c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: '../publishing.gradle'
33
apply plugin: 'org.jetbrains.dokka'
44

55
buildscript {
6-
ext.kotlin_version = "1.2.20"
6+
ext.kotlin_version = "1.2.50"
77

88
repositories {
99
mavenCentral()

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.20'
2+
ext.kotlin_version = '1.2.50'
33
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.7'
44

55
repositories {

0 commit comments

Comments
 (0)