Skip to content

Commit

Permalink
fixup! comment to remember changing verisons in build-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Oct 14, 2024
1 parent cb82ae2 commit 1e91de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
// currently not yet for build-logic, see https://github.com/gradle/gradle/issues/15383 , change verisons
// there as well.
// here and there please.
val gestalt = version("gestalt", "8.0.0-SNAPSHOT")
library("gestalt-core", "org.terasology.gestalt", "gestalt-asset-core" ).versionRef(gestalt)
library("gestalt-entitysystem", "org.terasology.gestalt", "gestalt-entity-system" ).versionRef(gestalt)
Expand Down

0 comments on commit 1e91de3

Please sign in to comment.