You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle has Version Catalogs which are lists of dependencies in gradle/libs.versions.toml files which Scala Steward could easily extract dependencies from and therefore partially support Gradle builds. A Version Catalog does not include resolvers, so in a first step Scala Steward would only use the default resolver to look for new version.
The text was updated successfully, but these errors were encountered:
Gradle has Version Catalogs which are lists of dependencies in
gradle/libs.versions.toml
files which Scala Steward could easily extract dependencies from and therefore partially support Gradle builds. A Version Catalog does not include resolvers, so in a first step Scala Steward would only use the default resolver to look for new version.The text was updated successfully, but these errors were encountered: