Skip to content

Automated Dependency Updates for Sbt

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$

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$"
  ],
  "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 June 06, 2023.

Feature requests

  • sbt: Support %%% dependencies (e.g. Scala.js) #19650

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