Skip to content

Commit 4ae310f

Browse files
committed
v0.7.2
1 parent 86ee602 commit 4ae310f

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
@@ -36,9 +36,9 @@ dependencies {
3636
implementation "$kotlin-reflect:$kotlinVersion"
3737

3838
ext.kx = "com.github.kotlin-graphics"
39-
implementation "$kx:gln:520e83c"
40-
implementation "$kx:vkk:0c4e663"
41-
implementation "$kx:appBuffer:84c9312"
39+
implementation "$kx:gln:399cd2a"
40+
implementation "$kx:vkk:9dc6cfc"
41+
implementation "$kx:appBuffer:23e9166"
4242

4343
testImplementation 'io.kotlintest:kotlintest:2.0.7'
4444
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
@@ -48,7 +48,7 @@ dependencies {
4848
// compile "org.jogamp.jogl:jogl-all:$jogl"
4949

5050

51-
ext.lwjglVersion = "3.1.7-SNAPSHOT"
51+
ext.lwjglVersion = "3.2.0"
5252
switch (OperatingSystem.current()) {
5353
case OperatingSystem.WINDOWS:
5454
ext.lwjglNatives = "natives-windows"

0 commit comments

Comments
 (0)