Skip to content

Commit

Permalink
fix(sbt): export extractPackageFile() for confirmIfDepUpdated() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox committed Mar 15, 2024
1 parent fd8684b commit 6cb7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/sbt/index.ts
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6cb7c81

Please sign in to comment.