Upgrade to OPENRNDR 0.3.45-rc.1

This commit is contained in:
Edwin Jakobs
2020-11-12 17:28:56 +01:00
parent f60244f37e
commit 206fb6e8fd
6 changed files with 10 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ def openrndrUseSnapshot = false
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45.rc-1"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45-rc.1"
kotlinVersion = "1.4.0"
spekVersion = "2.0.12"
libfreenectVersion = "0.5.7-1.5.4"