bump ode4j version
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-12-03 21:59:59 -05:00
parent c34de4744b
commit 8147a21f2d
2 changed files with 2 additions and 1 deletions

View File

@ -1238,6 +1238,7 @@ Fix more cache key collision cases
Store terrain chunk files in dedicated folder
Start to standardize on doubles for positional data
Fix placing character at end of world bounds
Bump ode4j version

View File

@ -162,7 +162,7 @@
<dependency>
<groupId>org.ode4j</groupId>
<artifactId>core</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<!--SQLITE-JDBC-->