Skip to content

Commit

Permalink
Merge branch 'develop' into topic/github-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Sep 3, 2023
2 parents 8cbf314 + e710b36 commit 07f18a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
api fileTree(dir: 'libs', include: '*.jar')

// TODO: Consider moving this back to the PC Facade instead of having the engine rely on it?
implementation group: 'org.terasology.crashreporter', name: 'cr-terasology', version: '4.2.0'
implementation group: 'org.terasology.crashreporter', name: 'cr-terasology', version: '5.0.0'

api(project(":subsystems:TypeHandlerLibrary"))
}
Expand Down
2 changes: 1 addition & 1 deletion facades/PC/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation("io.projectreactor:reactor-core:3.4.7")

// TODO: Consider whether we can move the CR dependency back here from the engine, where it is referenced from the main menu
implementation(group = "org.terasology.crashreporter", name = "cr-terasology", version = "4.2.0")
implementation(group = "org.terasology.crashreporter", name = "cr-terasology", version = "5.0.0")

runtimeOnly("ch.qos.logback:logback-classic:1.2.11") {
because("to configure logging with logback.xml")
Expand Down

0 comments on commit 07f18a7

Please sign in to comment.