Skip to content

Automated Dependency Updates for Sbt

Categories: java

Renovate supports updating Sbt dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

\.sbt$
project/[^/]*\.scala$
project/build\.properties$
(^|/)repositories$

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: maven, sbt-package, sbt-plugin, github-releases.

Default config

{
  "fileMatch": [
    "\\.sbt$",
    "project/[^/]*\\.scala$",
    "project/build\\.properties$",
    "(^|/)repositories$"
  ],
  "versioning": "ivy"
}

Additional Information

Extracts Maven artifact dependencies for SBT.

Open items

The below list of features and bugs were current when this page was generated on April 17, 2024.

Feature requests

  • Support autoreplace for sbt manager #25643

Bug reports

  • Renovate updating wrong dependency with artifact version that doesn't exist #18937
  • sbt manager does not pick up dependencies with excludeAll ... qualifier #13545