Skip to content

Commit

Permalink
Gradle: Bump scenery version to latest on feature/improved-volume-sam…
Browse files Browse the repository at this point in the history
…pling
  • Loading branch information
skalarproduktraum committed Apr 18, 2024
1 parent 4654024 commit 77f8ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
exclude("org.lwjgl")
}

val sceneryVersion = "0.11.0"
val sceneryVersion = "4e8f7ed"
api("graphics.scenery:scenery:$sceneryVersion") {
version { strictly(sceneryVersion) }
exclude("org.biojava.thirdparty", "forester")
Expand Down

0 comments on commit 77f8ba1

Please sign in to comment.