Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 343604f commit 489a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellaris-lwjgl-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {

// testImplementation 'org.eclipse.collections:eclipse-collections-testutils:11.0.0'

implementation platform('org.lwjgl:lwjgl-bom:3.3.4')
implementation platform('org.lwjgl:lwjgl-bom:3.3.5')
['', '-assimp', '-glfw', '-openal', '-opengl', '-stb'].each {
implementation "org.lwjgl:lwjgl${it}"
implementation "org.lwjgl:lwjgl${it}::${lwjglNatives}"
Expand Down

0 comments on commit 489a8ed

Please sign in to comment.