Skip to content

Commit 1573c12

Browse files
committed
⬆️ kotlin 1.2.50
1 parent ba173a1 commit 1573c12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group = 'com.github.kotlin-graphics'
1212

1313
buildscript {
1414

15-
ext.kotlinVersion = '1.2.41'
15+
ext.kotlinVersion = '1.2.50'
1616

1717
repositories {
1818
mavenCentral()
@@ -36,9 +36,9 @@ dependencies {
3636
implementation "$kotlin-reflect:$kotlinVersion"
3737

3838
ext.kx = "com.github.kotlin-graphics"
39-
implementation "$kx:gln:abd6a2630f3a8a4abce821cfe6155653da58c2a6"
40-
implementation "$kx:vkk:3a9865105ee5a968ba039f1dd9d411f2b4e4397d"
41-
implementation "$kx:appBuffer:8e7c97d4bb6651ce7d9446cd4ac619b7cc8c72ed"
39+
implementation "$kx:gln:c020a5fbcf3e4c9bb0329ffe6434161e42974ee9"
40+
implementation "$kx:vkk:71abb9deebfb2049e9064681752ac6ca8167bf9d"
41+
implementation "$kx:appBuffer:481338a28de7b0f409fcc28f04b15808048c0f20"
4242

4343
testImplementation 'io.kotlintest:kotlintest:2.0.7'
4444
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'

0 commit comments

Comments
 (0)