Skip to content

Commit 614f15d

Browse files
Bump org.lwjgl:lwjgl from 3.3.5 to 3.3.6 (#28)
Bumps [org.lwjgl:lwjgl](https://github.com/LWJGL/lwjgl3) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/LWJGL/lwjgl3/releases) - [Commits](LWJGL/lwjgl3@3.3.5...3.3.6) --- updated-dependencies: - dependency-name: org.lwjgl:lwjgl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e72075e commit 614f15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ dependencies {
3333
include "org.jcraft:jorbis:0.0.17"
3434
include "com.formdev:flatlaf:3.5.4"
3535
include "net.lenni0451.commons:swing:1.6.1"
36-
include "org.lwjgl:lwjgl:3.3.5"
36+
include "org.lwjgl:lwjgl:3.3.6"
3737
include "org.lwjgl:lwjgl-openal:3.3.6"
3838
include "org.lwjgl:lwjgl-stb:3.3.6"
3939
["natives-windows", "natives-windows-arm64", "natives-linux", "natives-linux-arm64", "natives-macos", "natives-macos-arm64"].each {
40-
include "org.lwjgl:lwjgl:3.3.5:$it"
40+
include "org.lwjgl:lwjgl:3.3.6:$it"
4141
include "org.lwjgl:lwjgl-openal:3.3.6:$it"
4242
include "org.lwjgl:lwjgl-stb:3.3.6:$it"
4343
}

0 commit comments

Comments
 (0)