Skip to content

Commit

Permalink
build(deps): bump org.lwjgl:lwjgl from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
fixes #201
  • Loading branch information
SpaiR committed Sep 29, 2023
1 parent 4b69030 commit 035f538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ repositories {
}
ext {
lwjglVersion = '3.3.1'
lwjglVersion = '3.3.3'
imguiVersion = "${version}"
}
Expand Down Expand Up @@ -361,7 +361,7 @@ Use the same native libraries as you would, but with `-ft` suffix in the end.
}

ext {
lwjglVersion = '3.3.1'
lwjglVersion = '3.3.3'
imguiVersion = "${version}"
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.text.SimpleDateFormat

ext {
lwjglVersion = '3.3.2'
lwjglVersion = '3.3.3'
}

allprojects {
Expand Down

0 comments on commit 035f538

Please sign in to comment.