-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 scalafmt-core to 3.8.0 #284
Conversation
Executed command: scalafmt --non-interactive
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
==========================================
- Coverage 78.62% 78.08% -0.54%
==========================================
Files 13 13
Lines 421 429 +8
Branches 4 10 +6
==========================================
+ Hits 331 335 +4
- Misses 90 94 +4 β View full report in Codecov by Sentry. |
project/ProjectDependencies.scala
Outdated
@@ -3,13 +3,13 @@ | |||
object ProjectDependencies { | |||
|
|||
lazy val common: Seq[ModuleID] = Seq( | |||
"org.typelevel" %% "cats-core" % "2.10.0", | |||
"org.typelevel" %% "cats-core" % "2.10.0", |
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning
project/ProjectDependencies.scala
Outdated
@@ -3,13 +3,13 @@ | |||
object ProjectDependencies { | |||
|
|||
lazy val common: Seq[ModuleID] = Seq( | |||
"org.typelevel" %% "cats-core" % "2.10.0", | |||
"org.typelevel" %% "cats-core" % "2.10.0", |
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "org.typelevel" appears 4 times in the file. Note
About this PR
π¦ Updates org.scalameta:scalafmt-core from
3.7.17
to3.8.0
π 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: