Bump to OPENRNDR 0.3.45-rc.2

This commit is contained in:
Edwin Jakobs
2020-11-15 13:20:26 +01:00
parent 5a79072d77
commit 610064c9f4
3 changed files with 61 additions and 1 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.2"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45-rc.3"
kotlinVersion = "1.4.0"
spekVersion = "2.0.12"
libfreenectVersion = "0.5.7-1.5.4"