-
Notifications
You must be signed in to change notification settings - Fork 501
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
Scan project/project/... folders #2605
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2605 +/- ##
==========================================
+ Coverage 81.08% 81.10% +0.01%
==========================================
Files 144 144
Lines 2538 2540 +2
Branches 46 48 +2
==========================================
+ Hits 2058 2060 +2
Misses 480 480
Continue to review full report at Codecov.
|
Anyone? |
modules/core/src/main/scala/org/scalasteward/core/buildtool/sbt/SbtAlg.scala
Outdated
Show resolved
Hide resolved
…t/SbtAlg.scala Co-authored-by: TATSUNO Yasuhiro <ytatsuno.jp@gmail.com>
Sorry for long waiting and thanks your effort. |
@fthomas @exoego Do you know why this is not working? scala-steward never updated https://github.com/playframework/playframework/blob/main/project/project/buildinfo.sbt but with this patch here it actually should... There is version 0.11.0 available on maven central: https://repo1.maven.org/maven2/com/eed3si9n/sbt-buildinfo_2.12_1.0/ - but not 0.10.0, it was hosted on bintray before I think. Could that be the reason? |
Hey @fthomas and @exoego, quick question: |
Fixes #2548