We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dacdc commit cfcc712Copy full SHA for cfcc712
engine/build.gradle
@@ -136,7 +136,7 @@ dependencies {
136
runtimeOnly group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.21'
137
138
// TODO: Consider moving this back to the PC Facade instead of having the engine rely on it?
139
- implementation group: 'org.terasology.crashreporter', name: 'cr-terasology', version: '4.1.0'
+ implementation group: 'org.terasology.crashreporter', name: 'cr-terasology', version: '4.2.0'
140
141
api(project(":subsystems:TypeHandlerLibrary"))
142
}
0 commit comments