Skip to content

Commit

Permalink
Gradle: Bump to latest scenery version on scenerygraphics/scenery#709
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Apr 18, 2024
1 parent 77f8ba1 commit c556473
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 = "4e8f7ed"
val sceneryVersion = "300f0ae"
api("graphics.scenery:scenery:$sceneryVersion") {
version { strictly(sceneryVersion) }
exclude("org.biojava.thirdparty", "forester")
Expand Down

0 comments on commit c556473

Please sign in to comment.