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 scalatest to 3.1.0 #381

Merged
merged 2 commits into from
Dec 2, 2019

Conversation

scala-steward
Copy link
Contributor

Updates org.scalatest:scalatest from 3.0.8 to 3.1.0.
Release Notes/Changelog

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Have a fantastic day writing Scala!

Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scalatest", artifactId = "scalatest" } ]
Applied Migrations
labels: semver-minor, scalafix-migrations

@calvellido calvellido self-requested a review November 29, 2019 09:36
@calvellido
Copy link
Contributor

Currently failing due to this:

In 3.0.8 we moved Checkers under org.scalatest.prop to org.scalatestplus.scalacheck package, and deprecated Checkers under org.scalatest.prop. Checkers was still released in the ScalaTest artifact, with the org.scalatestplus.scalacheck package name. In 3.1.0, we are removing the deprecated name and the actual implementation in the new package from the ScalaTest artifact. From now on these will be released as a separate, optional module to allow ScalaTest and its ScalaCheck integration library to evolve more independently.

* Update scalatest-plus artifact new dependency
@calvellido
Copy link
Contributor

Following the previous message, it seems like the new artifact is being published under:

org.scalatestplus.scalatestplus-scalacheck

@calvellido calvellido merged commit 133642c into 47degrees:master Dec 2, 2019
@calvellido calvellido mentioned this pull request Dec 2, 2019
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