Skip to content

Commit

Permalink
Merge pull request #9 from RaphiMC/dependabot/gradle/org.lwjgl-lwjgl-…
Browse files Browse the repository at this point in the history
…stb-3.3.4

Bump org.lwjgl:lwjgl-stb from 3.3.3 to 3.3.4
  • Loading branch information
RaphiMC authored Jul 17, 2024
2 parents c0dd99d + 81dc4a3 commit 18ae2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
include "net.lenni0451.commons:swing:1.5.1"
include "org.lwjgl:lwjgl:3.3.3"
include "org.lwjgl:lwjgl-openal:3.3.3"
include "org.lwjgl:lwjgl-stb:3.3.3"
include "org.lwjgl:lwjgl-stb:3.3.4"
["natives-windows", "natives-windows-arm64", "natives-linux", "natives-linux-arm64", "natives-macos", "natives-macos-arm64"].each {
include "org.lwjgl:lwjgl:3.3.3:$it"
include "org.lwjgl:lwjgl-openal:3.3.3:$it"
include "org.lwjgl:lwjgl-stb:3.3.3:$it"
include "org.lwjgl:lwjgl-stb:3.3.4:$it"
}
include "net.java.dev.jna:jna:5.14.0"
}
Expand Down

0 comments on commit 18ae2a3

Please sign in to comment.