-
Notifications
You must be signed in to change notification settings - Fork 11
Increase Dependencies #30
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
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: ✅ Passed Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
Increasing some old/outdated modules and upgrading their version
c7d6470 to
9c3ff4b
Compare
| bazel_dep(name = "score_format_checker", version = "0.1.1") | ||
| bazel_dep(name = "aspect_rules_lint", version = "1.0.3") | ||
| bazel_dep(name = "buildifier_prebuilt", version = "7.3.1") | ||
| bazel_dep(name = "aspect_rules_lint", version = "1.4.4") |
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.
any reason to not got to the latest version? v1.5.1?
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.
We had problems going to latest version on docs-as-code, stuff didn't work.
That was before we upgraded to 8.3 bazel version, we have not tried it yet.
So for now I would keep 1.4.4 but once we release docs-as-code 1.0 (this week planned) with the 8.3 bazel upgrade we will check if we can upgrade this further.
No description provided.