Skip to content

Commit

Permalink
Bumped kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Aug 14, 2019
1 parent 1cf24da commit fc2f01f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.41'
ext.arrow_version = '0.9.0'
ext.isTravis = System.getenv("TRAVIS") == "true"
ext.travisBuildNumber = System.getenv("TRAVIS_BUILD_NUMBER")
Expand All @@ -19,7 +19,7 @@ buildscript {

plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
id 'java-library'
id 'maven-publish'
id 'signing'
Expand Down
4 changes: 2 additions & 2 deletions kotlintest-samples/kotlintest-samples-gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.41'
repositories {
mavenCentral()
mavenLocal()
Expand All @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.21"
id "org.jetbrains.kotlin.jvm" version "1.3.41"
id "io.kotlintest" version "1.0.2"
}

Expand Down
2 changes: 1 addition & 1 deletion kotlintest-samples/kotlintest-samples-spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'org.junit.platform.gradle.plugin'

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.41'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit fc2f01f

Please sign in to comment.