Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade testlogger version. #81

Merged
merged 1 commit into from
May 21, 2021
Merged

Conversation

codito
Copy link
Collaborator

@codito codito commented May 21, 2021

Assembly resolution conflict is caused when different
testloggers are used with different dependency on the
common testlogger. E.g. junit.testlogger and nunit.testlogger
depend on different common testloggers. This may result
in an exception while loading the outdated logger due to
breaking APIs in common testlogger.

Fixes #80

Assembly resolution conflict is caused when different
testloggers are used with different dependency on the
common testlogger. E.g. junit.testlogger and nunit.testlogger
depend on different common testloggers. This may result
in an exception while loading the outdated logger due to
breaking APIs in common testlogger.

Fixes #80
@codito codito merged commit 7d302a3 into spekt:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'nunit' Firendly name not found when using multiple loggers
1 participant