Skip to content

Commit

Permalink
fix: bump scenery version to 0.11.2 (again after merging with remote)
Browse files Browse the repository at this point in the history
  • Loading branch information
smlpt committed Apr 19, 2024
1 parent 8dfe7df commit e7fffbd
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.1"
val sceneryVersion = "0.11.2"
api("graphics.scenery:scenery:$sceneryVersion") {
version { strictly(sceneryVersion) }
exclude("org.biojava.thirdparty", "forester")
Expand Down

0 comments on commit e7fffbd

Please sign in to comment.