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 scalafmt-core to 3.6.1 #658

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

scala-steward
Copy link
Contributor

Updates org.scalameta:scalafmt-core from 3.3.3 to 3.6.1.
GitHub Release Notes - Version Diff

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!

Files still referring to the old version number

The following files still refer to the old version number (3.3.3).
You might want to review and update them manually.

build.sbt
Adjust future updates

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

updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Nov 6, 2022

Codecov Report

Merging #658 (a582bab) into main (43bb7fd) will increase coverage by 0.23%.
The diff coverage is n/a.

❗ Current head a582bab differs from pull request most recent head 264eaeb. Consider uploading reports for the commit 264eaeb to get more accurate results

@@            Coverage Diff             @@
##             main     #658      +/-   ##
==========================================
+ Coverage   97.36%   97.59%   +0.23%     
==========================================
  Files          57       55       -2     
  Lines        1706     1622      -84     
  Branches      120       80      -40     
==========================================
- Hits         1661     1583      -78     
+ Misses         45       39       -6     
Impacted Files Coverage Δ
...ify/featran/transformers/NHotWeightedEncoder.scala 96.77% <0.00%> (-0.29%) ⬇️
...n/scala/com/spotify/featran/transformers/MDL.scala 100.00% <0.00%> (ø)
...com/spotify/featran/transformers/NHotEncoder.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/HeavyHitters.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/MaxAbsScaler.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/MinMaxScaler.scala 100.00% <0.00%> (ø)
...m/spotify/featran/transformers/OneHotEncoder.scala 100.00% <0.00%> (ø)
.../spotify/featran/transformers/StandardScaler.scala 100.00% <0.00%> (ø)
...spotify/featran/transformers/HashNHotEncoder.scala 100.00% <0.00%> (ø)
...spotify/featran/transformers/PositionEncoder.scala 100.00% <0.00%> (ø)
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@RustedBones RustedBones merged commit d17b80a into spotify:main Jan 17, 2023
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.

2 participants