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

Update unit module scalatest version to 3.2.13 #1661

Merged
merged 5 commits into from
Aug 26, 2022

Conversation

rvacaru
Copy link
Contributor

@rvacaru rvacaru commented Aug 25, 2022

The scalatest version update, needed for the work done in #1650 , specifically because the old scalatest version in not found anymore.

When updating the versions there's a lib version conflict on scala-xml which is resolved by ignoring with a libraryDependencySchemes as suggested in the conflict output below:

sbt:scalafix> unit2_12Target3/update
[error] stack trace is suppressed; run last unit2_12Target3 / update for the full output
[error] (unit2_12Target3 / update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error] 
[error]         * org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over {1.3.0, 1.0.6}
[error]             +- org.scalatest:scalatest-core_2.12:3.2.13           (depends on 2.1.0)
[error]             +- org.scala-lang:scala-compiler:2.12.16              (depends on 1.0.6)
[error]             +- io.get-coursier:coursier-core_2.12:2.0.0-RC5-6 (depends on xxx)
[error] this can be overridden using libraryDependencySchemes or evictionErrorLevel

@rvacaru rvacaru changed the title Update coursier version to 2.1.0-M6-53-gb4f448130 Update unit module scalatest version to 3.2.13 Aug 26, 2022
project/Dependencies.scala Outdated Show resolved Hide resolved
@rvacaru rvacaru force-pushed the upgrade-coursier-dep-version branch from cd0e22f to b3dc8b2 Compare August 26, 2022 11:58
@bjaglin bjaglin merged commit f7944df into scalacenter:main Aug 26, 2022
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.

None yet

2 participants