Skip to content

Commit

Permalink
Merge pull request #115 from iTitus/dependabot/gradle/org.lwjgl-lwjgl…
Browse files Browse the repository at this point in the history
…-bom-3.3.5

Bump org.lwjgl:lwjgl-bom from 3.3.4 to 3.3.5
  • Loading branch information
iTitus authored Dec 16, 2024
2 parents 343604f + 489a8ed commit cc38e7b
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 cc38e7b

Please sign in to comment.