Skip to content

Commit

Permalink
Update sample projects to Kotlin 1.3.71
Browse files Browse the repository at this point in the history
  • Loading branch information
jGleitz committed Apr 12, 2020
1 parent b3600fb commit 1645b1e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/js/jasmine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.github.node-gradle:gradle-node-plugin:2.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71'
}
}

Expand Down
2 changes: 1 addition & 1 deletion samples/js/mocha/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.github.node-gradle:gradle-node-plugin:2.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71'
}
}

Expand Down
2 changes: 1 addition & 1 deletion samples/jvm/junit5/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version= '1.3.41'
kotlin_version= '1.3.71'
atrium_api= 'atrium-fluent-en_GB'
atrium_version='0.10.0'
junit_version= '5.3.1'
Expand Down
4 changes: 2 additions & 2 deletions samples/jvm/spek/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.3.41'
kotlin_version = '1.3.71'
spek_version = '2.0.0'
atrium_version='0.10.0'
}
Expand All @@ -15,7 +15,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
id 'org.jetbrains.kotlin.jvm' version "$kotlin_version"
}

group 'com.atrium.spek'
Expand Down
2 changes: 1 addition & 1 deletion samples/multiplatform/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.3.61'
id 'org.jetbrains.kotlin.multiplatform' version '1.3.71'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 1645b1e

Please sign in to comment.