diff --git a/build.gradle b/build.gradle index 3b1d902a..a2bbb91b 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,8 @@ buildscript { apply plugin: 'org.jetbrains.dokka' project.ext { - openrndrVersion = "0.3.40-rc.4" - panelVersion = "0.3.22-rc.2" + openrndrVersion = "0.3.40-rc.5" + panelVersion = "0.3.22-rc.3" kotlinVersion = "1.3.70" spekVersion = "2.0.10" libfreenectVersion = "0.5.7-1.5.2" @@ -49,7 +49,6 @@ allprojects { repositories { mavenCentral() - mavenLocal() jcenter() maven { url = "https://dl.bintray.com/openrndr/openrndr"