Upgrade to OPENRNDR 0.3.45

This commit is contained in:
Edwin Jakobs
2021-03-01 12:43:47 +01:00
parent 8521cebe16
commit 4981fd83dc

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.10"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45"
kotlinVersion = "1.4.30"
spekVersion = "2.0.15"
libfreenectVersion = "0.5.7-1.5.4"