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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user