diff --git a/lib/modules/manager/sbt/index.ts b/lib/modules/manager/sbt/index.ts index 671f3e729a5b52..d143d5ebf89373 100644 --- a/lib/modules/manager/sbt/index.ts +++ b/lib/modules/manager/sbt/index.ts @@ -5,7 +5,7 @@ import { SbtPackageDatasource } from '../../datasource/sbt-package'; import { SbtPluginDatasource } from '../../datasource/sbt-plugin'; import * as ivyVersioning from '../../versioning/ivy'; -export { extractAllPackageFiles } from './extract'; +export { extractAllPackageFiles, extractPackageFile } from './extract'; export { bumpPackageVersion } from './update'; export const supportedDatasources = [