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 e8df89f commit 6e7fa8a
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 = "300f0ae"
val sceneryVersion = "f29210e"
api("graphics.scenery:scenery:$sceneryVersion") {
version { strictly(sceneryVersion) }
exclude("org.biojava.thirdparty", "forester")
Expand Down

0 comments on commit 6e7fa8a

Please sign in to comment.