Uh oh!
There was an error while loading. Please reload this page.
Auto-update dependencies. - #2833
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
There was a problem hiding this comment.
Code Review
This pull request updates the ktlint dependency version from 0.49.1 to 0.50.0 in build.gradle.kts. The feedback suggests centralizing this dependency definition within gradle/libs.versions.toml to maintain consistency with the rest of the project's dependency management.
| dependencies { | ||
| ktlint("com.pinterest:ktlint:0.49.1") { | ||
| ktlint("com.pinterest:ktlint:0.50.0") { |
There was a problem hiding this comment.
To keep dependency management centralized and consistent with the rest of the project, consider defining the ktlint dependency in gradle/libs.versions.toml instead of hardcoding it here.
For example, add the following to gradle/libs.versions.toml:
[versions]
ktlint = "0.50.0"
[libraries]
ktlint = { module = "com.pinterest:ktlint", version.ref = "ktlint" } ktlint(libs.ktlint) {c045f9a to
6db72eeCompare6db72ee to
8de64e9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Brought to you by your friendly Repository Gardener.