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 e1f5d0c commit 9e1bb14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '22'
java-version: '23'
distribution: 'graalvm'
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</requireMavenVersion>
<dependencyConvergence/>
<requireJavaVersion>
<version>[22,)</version>
<version>[23,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down
7 changes: 7 additions & 0 deletions simulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
<artifactId>simulation</artifactId>
<name>Simulation: DES</name>

<dependencies>
<dependency>
<groupId>com.hellblazer.primeMover</groupId>
<artifactId>runtime</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 9e1bb14

Please sign in to comment.