-
Notifications
You must be signed in to change notification settings - Fork 9
β¬οΈ update scalatest from 3.2.8 to 3.2.18 #90
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
Conversation
|
WalkthroughThis update focuses on a single, yet significant change: the upgrade of the ScalaTest library dependencies from version 3.2.8 to 3.2.18. This enhancement ensures compatibility with newer features and fixes, improving the overall testing framework's reliability and efficiency. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- build.sbt (1 hunks)
Additional comments: 1
build.sbt (1)
- 30-31: The update of ScalaTest from version 3.2.8 to 3.2.18 is correctly applied. However, there's a duplicated dependency declaration for ScalaTest with different artifact IDs (
%%%
and%%
). This might be intentional to support both Scala.js and JVM environments, but it's important to verify this setup is still required with the updated version, especially in light of the linked issue in the FIXME comment.Please confirm that both Scala.js (
%%%
) and JVM (%%
) versions of ScalaTest are necessary for your project's testing setup. Additionally, consider reviewing the linked issue (scalatest/scalatest#911) to determine if it has been resolved or if any action is required on your part.
Superseded by #93. |
About this PR
π¦ Updates org.scalatest:scalatest from
3.2.8
to3.2.18
π GitHub Release Notes - Version Diff
Usage
β Please merge!
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.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
Summary by CodeRabbit