Skip to content

Commit

Permalink
Upgrade to OPENRNDR 0.3.45
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Mar 1, 2021
1 parent 8521ceb commit 4981fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4981fd8

Please sign in to comment.