Skip to content

Commit

Permalink
update to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Dec 29, 2024
1 parent 07d8cf8 commit 47e46a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<name>Luciferase - A Bright Spark</name>

<properties>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
<maven.compiler.source>23</maven.compiler.source>
<maven.compiler.target>23</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.9.1</junit.version>
<logback.version>1.2.12</logback.version>
<grpc.version>1.54.0</grpc.version>
<protobuf.version>3.22.2</protobuf.version>
<h2.version>2.1.212</h2.version>
<javafx.version>22</javafx.version>
<javafx.version>23</javafx.version>
<prime-mover.version>0.1.0-SNAPSHOT</prime-mover.version>

<lwjgl.version>3.3.5</lwjgl.version>
Expand All @@ -43,6 +43,7 @@
<module>common</module>
<module>von</module>
<module>portal-2</module>
<module>simulation</module>
</modules>

<dependencyManagement>
Expand Down Expand Up @@ -238,7 +239,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>21</release>
<release>23</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 47e46a6

Please sign in to comment.