Skip to content

Commit cfcc712

Browse files
authored
chore: upgrade crashreporter dependency 4.1.0 -> 4.2.0 (#4873)
fixes pastebin and Google Drive API access
1 parent a7dacdc commit cfcc712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dependencies {
136136
runtimeOnly group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.21'
137137

138138
// 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'
139+
implementation group: 'org.terasology.crashreporter', name: 'cr-terasology', version: '4.2.0'
140140

141141
api(project(":subsystems:TypeHandlerLibrary"))
142142
}

0 commit comments

Comments
 (0)