Skip to content

Commit

Permalink
Forgot to rev the sim-math dependency to the official release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Apr 27, 2019
1 parent b7197e0 commit 8a76344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
compile "org.jmonkeyengine:jme3-networking:$jmeVersion"

// Uses SimMath for bit streaming utilities and transition buffers
compile "com.simsilica:sim-math:1.4.0-SNAPSHOT"
compile "com.simsilica:sim-math:1.4.0"

// Base logging
compile 'org.slf4j:slf4j-api:1.7.15'
Expand Down

0 comments on commit 8a76344

Please sign in to comment.