Upgrade to Kotlin 1.4.10, OPENRNDR 0.3.44-rc.14

This commit is contained in:
Edwin Jakobs
2020-10-12 10:06:48 +02:00
parent 5d6bdc84f1
commit dc3027902d

View File

@@ -10,7 +10,7 @@ buildscript {
} }
} }
plugins { plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.0' id 'org.jetbrains.kotlin.jvm' version '1.4.10'
} }
def openrndrUseSnapshot = false def openrndrUseSnapshot = false
@@ -18,8 +18,8 @@ def openrndrUseSnapshot = false
apply plugin: 'org.jetbrains.dokka' apply plugin: 'org.jetbrains.dokka'
project.ext { project.ext {
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.13" openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.14"
kotlinVersion = "1.4.0" kotlinVersion = "1.4.10"
spekVersion = "2.0.12" spekVersion = "2.0.12"
libfreenectVersion = "0.5.7-1.5.4" libfreenectVersion = "0.5.7-1.5.4"
gsonVersion = "2.8.6" gsonVersion = "2.8.6"