We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5507bcb commit a55908bCopy full SHA for a55908b
build.gradle
@@ -12,7 +12,7 @@ group = 'com.github.kotlin-graphics'
12
13
buildscript {
14
15
- ext.kotlinVersion = '1.2.20'
+ ext.kotlinVersion = '1.2.21'
16
17
repositories {
18
mavenCentral()
@@ -34,7 +34,7 @@ dependencies {
34
35
testCompile 'io.kotlintest:kotlintest:2.0.7'
36
37
- compile 'com.github.kotlin-graphics:gln:99ddc702845aacf9cca74a6f5cccfc355b1b7c00'
+ compile 'com.github.kotlin-graphics:gln:9d07d4255c12a04019d187ca5173f98827029511'
38
39
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
40
0 commit comments