Upgrade to kotlin 1.3.70, kotlinx-coroutines-core 1.3.4, kluent 1.60

This commit is contained in:
Edwin Jakobs
2020-03-09 15:35:35 +01:00
parent 48ef24d741
commit 0d1eae3752

View File

@@ -5,7 +5,7 @@ buildscript {
dependencies { dependencies {
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17" classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17"
classpath "com.netflix.nebula:nebula-kotlin-plugin:1.3.61" classpath "com.netflix.nebula:nebula-kotlin-plugin:1.3.70"
classpath "com.netflix.nebula:nebula-publishing-plugin:17.0.5" classpath "com.netflix.nebula:nebula-publishing-plugin:17.0.5"
classpath "com.netflix.nebula:nebula-release-plugin:14.1.0" classpath "com.netflix.nebula:nebula-release-plugin:14.1.0"
classpath "com.netflix.nebula:nebula-bintray-plugin:8.3.0" classpath "com.netflix.nebula:nebula-bintray-plugin:8.3.0"
@@ -17,7 +17,7 @@ apply plugin: 'org.jetbrains.dokka'
project.ext { project.ext {
openrndrVersion = "0.3.39" openrndrVersion = "0.3.39"
panelVersion = "0.3.21" panelVersion = "0.3.21"
kotlinVersion = "1.3.61" kotlinVersion = "1.3.70"
spekVersion = "2.0.9" spekVersion = "2.0.9"
libfreenectVersion = "0.5.7-1.5.2" libfreenectVersion = "0.5.7-1.5.2"
gsonVersion = "2.8.6" gsonVersion = "2.8.6"
@@ -64,9 +64,9 @@ allprojects {
implementation "org.openrndr:openrndr-core:$openrndrVersion" implementation "org.openrndr:openrndr-core:$openrndrVersion"
implementation "org.openrndr:openrndr-filter:$openrndrVersion" implementation "org.openrndr:openrndr-filter:$openrndrVersion"
implementation "org.openrndr:openrndr-shape:$openrndrVersion" implementation "org.openrndr:openrndr-shape:$openrndrVersion"
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.2' implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.4'
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion" testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion"
testImplementation "org.amshove.kluent:kluent:1.59" testImplementation "org.amshove.kluent:kluent:1.60"
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
testRuntimeOnly "org.spekframework.spek2:spek-runner-junit5:$spekVersion" testRuntimeOnly "org.spekframework.spek2:spek-runner-junit5:$spekVersion"
testRuntimeOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion" testRuntimeOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"