Skip to content

Commit

Permalink
Bump org.lwjgl:lwjgl-stb from 3.3.3 to 3.3.4
Browse files Browse the repository at this point in the history
Bumps [org.lwjgl:lwjgl-stb](https://github.com/LWJGL/lwjgl3) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/LWJGL/lwjgl3/releases)
- [Commits](LWJGL/lwjgl3@3.3.3...3.3.4)

---
updated-dependencies:
- dependency-name: org.lwjgl:lwjgl-stb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent c0dd99d commit 81dc4a3
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 81dc4a3

Please sign in to comment.