Skip to content

Commit

Permalink
chore: upgrade crashreporter dependency 4.1.0 -> 4.2.0 (#4873)
Browse files Browse the repository at this point in the history
fixes pastebin and Google Drive API access
  • Loading branch information
jdrueckert committed Aug 28, 2021
1 parent a7dacdc commit cfcc712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/build.gradle
Expand Up @@ -136,7 +136,7 @@ dependencies {
runtimeOnly group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.21'

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

api(project(":subsystems:TypeHandlerLibrary"))
}
Expand Down

0 comments on commit cfcc712

Please sign in to comment.