Upgrade to Panel 0.3.22-rc.2, Spek 2.0.10, kotlin-logging 1.7.9, kotlinx-coroutines-core 1.3.5

This commit is contained in:
Edwin Jakobs
2020-03-19 23:39:57 +01:00
parent 3215c1268a
commit e79c9c259b

View File

@@ -16,9 +16,9 @@ apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = "0.3.40-rc.4"
panelVersion = "0.3.21"
panelVersion = "0.3.22-rc.2"
kotlinVersion = "1.3.70"
spekVersion = "2.0.9"
spekVersion = "2.0.10"
libfreenectVersion = "0.5.7-1.5.2"
gsonVersion = "2.8.6"
}
@@ -60,11 +60,11 @@ allprojects {
}
dependencies {
implementation 'io.github.microutils:kotlin-logging:1.7.8'
implementation 'io.github.microutils:kotlin-logging:1.7.9'
implementation "org.openrndr:openrndr-core:$openrndrVersion"
implementation "org.openrndr:openrndr-filter:$openrndrVersion"
implementation "org.openrndr:openrndr-shape:$openrndrVersion"
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.4'
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.5'
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion"
testImplementation "org.amshove.kluent:kluent:1.60"
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"