-
Notifications
You must be signed in to change notification settings - Fork 34
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
Updates to scalatest 3.1.0 #769
Conversation
Codecov Report
@@ Coverage Diff @@
## master #769 +/- ##
==========================================
+ Coverage 71.23% 72.37% +1.14%
==========================================
Files 68 68
Lines 1036 1086 +50
Branches 13 15 +2
==========================================
+ Hits 738 786 +48
- Misses 298 300 +2
Continue to review full report at Codecov.
|
project/ProjectPlugin.scala
Outdated
@@ -58,7 +58,8 @@ object ProjectPlugin extends AutoPlugin { | |||
val scalacheck: String = "1.14.3" | |||
val scalacheckToolbox: String = "0.3.1" | |||
val scalamock: String = "4.4.0" | |||
val scalatest: String = "3.0.8" | |||
val scalatest: String = "3.1.0" | |||
val scalatestplusScheck = "3.1.0.0-RC2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency is not aligned with scalatest? Should we add the type to make it consistent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's not. From 3.1.0 they were separated under its own versioning.
What this does?
This PR updates to Scalatest 3.1.0, adding the new
scalatestplus-scalacheck
dependency, as it's needed from now on.Checklist