Skip to content

feat(sbt): support anonymous objects and dotted symbols for version declaration - #40699

Merged
viceice merged 4 commits into
renovatebot:mainfrom
Thooms:paps/scala-sbt-versions-object
Apr 13, 2026
Merged

feat(sbt): support anonymous objects and dotted symbols for version declaration#40699
viceice merged 4 commits into
renovatebot:mainfrom
Thooms:paps/scala-sbt-versions-object

Conversation

@Thooms

@Thooms Thooms commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Changes

Support anonymous object version definition in the sbt plugin.

Context

The following is a commonly used pattern:

val versions = new {
  example = "0.0.8"
}
libraryDependencies += "org.example" % "foo" % versions.example

This PR brings support to this, only on one level of nesting.

Please select one of the following:

  • This closes an existing Issue, Closes: #
  • This doesn't close an Issue, but I accept the risk that this PR may be closed if maintainers disagree with its opening or implementation

AI assistance disclosure

Did you use AI tools to create any part of this pull request?

Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.

  • No — I did not use AI for this contribution.
  • Yes — minimal assistance (e.g., IDE autocomplete, small code completions, grammar fixes).
  • Yes — substantive assistance (AI-generated non‑trivial portions of code, tests, or documentation).
  • Yes — other (please describe):

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests, but ran on a real repository, or
  • Both unit tests + ran on a real repository

The public repository: https://github.com/Thooms/renovate-example-scala-repository

Example of a created PR: Thooms/renovate-example-scala-repository#4

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

auto:no-done-comments Don't say "Done" or "Please review" - request a review instead auto:no-mentions Don't cause unnecessary notifications

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants