Skip to content

Sbt Package Datasource

Table of values

Name Value Notes
Identifier sbt-package
Default versioning ivy
Custom registry support Yes
Release timestamp support Yes The release timestamp is determined from the Last-Modified header or the lastModified field in the results.
Source URL support Yes The source URL is determined from the scm tags in the results.

Description

This datasource finds SBT package updates from Maven repositories.

By default, Renovate checks https://repo.maven.apache.org/maven2 for SBT packages. You can override the default behavior with the registryUrls config option. For example:

{
  "matchDatasources": ["sbt-package"],
  "registryUrls": [
    "https://repo.maven.apache.org/maven2",
    "https://oss.sonatype.org/content/repositories/snapshots"
  ]
}

Open items

The below list of features were current when this page was generated on July 27, 2024.

Feature requests

  • Support source and changelog links for sbt-package datasource in the same way as for maven datasource #28490