Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Jul 24, 2024
1 parent 8f61916 commit 5b89c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<lwjgl.version>3.3.4-SNAPSHOT</lwjgl.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<lwjgl.version>3.3.4</lwjgl.version>
<swt.maven.version>3.123.0</swt.maven.version> <!-- contains Eclipse SWT 4.958 software -->
<joml.version>1.10.6-SNAPSHOT</joml.version>
<joml.version>1.10.7</joml.version>
<!-- Can be overwritten via -D property during mvn invoke to specify a different demo. The package "org.lwjgl.demo."
is prepended automatically. -->
<class>game.VoxelGameGL</class>
Expand Down

0 comments on commit 5b89c9e

Please sign in to comment.