Skip to content

Commit f683e6c

Browse files
authored
build(deps): bump org.lwjgl:lwjgl from 3.3.2 to 3.3.3 (#205)
fixes #201
1 parent 4b69030 commit f683e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ repositories {
188188
}
189189
190190
ext {
191-
lwjglVersion = '3.3.1'
191+
lwjglVersion = '3.3.3'
192192
imguiVersion = "${version}"
193193
}
194194
@@ -361,7 +361,7 @@ Use the same native libraries as you would, but with `-ft` suffix in the end.
361361
}
362362

363363
ext {
364-
lwjglVersion = '3.3.1'
364+
lwjglVersion = '3.3.3'
365365
imguiVersion = "${version}"
366366
}
367367

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.text.SimpleDateFormat
22

33
ext {
4-
lwjglVersion = '3.3.2'
4+
lwjglVersion = '3.3.3'
55
}
66

77
allprojects {

0 commit comments

Comments
 (0)