From 497061f0b3a5d3be10ce3c6db4ab035d3ef4ff4a Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 28 Apr 2020 22:26:23 +0200 Subject: [PATCH] Upgrade to OPENRNDR 0.3.42-rc.1, Kluent 1.61 --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1c2521ec..2b44f8f2 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'org.jetbrains.dokka' project.ext { - openrndrVersion = "0.3.42-rc.1" + openrndrVersion = "0.3.42-rc.2" kotlinVersion = "1.3.72" spekVersion = "2.0.10" libfreenectVersion = "0.5.7-1.5.3" @@ -63,7 +63,6 @@ allprojects { maven { url = "https://dl.bintray.com/openrndr/openrndr" } - maven { url "https://dl.bintray.com/spekframework/spek" } @@ -76,7 +75,7 @@ allprojects { implementation "org.openrndr:openrndr-shape:$openrndrVersion" 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.amshove.kluent:kluent:1.61" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion" testRuntimeOnly "org.spekframework.spek2:spek-runner-junit5:$spekVersion" testRuntimeOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"