Bumped Kotlin to 1.3.0, OPENRNDR to 0.3.28, ORX version to 0.0.8
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.2.71'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.0'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group 'org.openrndr.extra'
|
||||
version '0.0.7'
|
||||
version '0.0.8'
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
openrndrVersion = "0.3.27"
|
||||
openrndrVersion = "0.3.28"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user