Skip to content

Commit

Permalink
chore: consume gestalt v7.2.0 (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Feb 4, 2024
1 parent 285ba2f commit 397652e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("org.jgrapht:jgrapht-core:1.5.0")

// for inspecting modules
implementation("org.terasology.gestalt:gestalt-module:7.1.0")
implementation("org.terasology.gestalt:gestalt-module:7.2.0")

// plugins we configure
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.3")
Expand Down
9 changes: 4 additions & 5 deletions engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,10 @@ dependencies {
implementation("net.logstash.logback:logstash-logback-encoder:7.4")

// Our developed libs
api("org.terasology.gestalt:gestalt-asset-core:7.2.0-SNAPSHOT")
api("org.terasology.gestalt:gestalt-module:7.2.0-SNAPSHOT")
api("org.terasology.gestalt:gestalt-entity-system:7.2.0-SNAPSHOT")
api("org.terasology.gestalt:gestalt-util:7.2.0-SNAPSHOT")
api("com.github.zafarkhaja:java-semver:0.10.0") // ASAP: Remove after https://github.com/MovingBlocks/gestalt/pull/110
api("org.terasology.gestalt:gestalt-asset-core:7.2.1-SNAPSHOT")
api("org.terasology.gestalt:gestalt-module:7.2.1-SNAPSHOT")
api("org.terasology.gestalt:gestalt-entity-system:7.2.1-SNAPSHOT")
api("org.terasology.gestalt:gestalt-util:7.2.1-SNAPSHOT")

api("org.terasology:TeraMath:1.5.0")
api("org.terasology:splash-screen:1.1.1")
Expand Down
4 changes: 2 additions & 2 deletions subsystems/TypeHandlerLibrary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {

implementation("org.terasology:reflections:0.9.12-MB")
implementation("org.terasology.nui:nui-reflect:3.0.0")
implementation("org.terasology.gestalt:gestalt-module:7.1.0")
implementation("org.terasology.gestalt:gestalt-asset-core:7.1.0")
implementation("org.terasology.gestalt:gestalt-module:7.2.0")
implementation("org.terasology.gestalt:gestalt-asset-core:7.2.0")

testRuntimeOnly("org.slf4j:slf4j-simple:2.0.11") {
because("log output during tests")
Expand Down

0 comments on commit 397652e

Please sign in to comment.