Upgrade to Kotlin 1.4.10, OPENRNDR 0.3.44-rc.14
This commit is contained in:
@@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.4.10'
|
||||
}
|
||||
|
||||
def openrndrUseSnapshot = false
|
||||
@@ -18,8 +18,8 @@ def openrndrUseSnapshot = false
|
||||
apply plugin: 'org.jetbrains.dokka'
|
||||
|
||||
project.ext {
|
||||
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.13"
|
||||
kotlinVersion = "1.4.0"
|
||||
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.14"
|
||||
kotlinVersion = "1.4.10"
|
||||
spekVersion = "2.0.12"
|
||||
libfreenectVersion = "0.5.7-1.5.4"
|
||||
gsonVersion = "2.8.6"
|
||||
|
||||
Reference in New Issue
Block a user