Skip to content

Commit

Permalink
Make sure the plugins repo is in the defaultRegistryUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
george-wilson-rea committed Jun 14, 2024
1 parent 382e47a commit 01b45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/sbt-plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SBT_MVN_REPO = 'https://repo1.maven.org/maven2';
export const SBT_PLUGINS_REPO =
'https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases';

export const defaultRegistryUrls = [SBT_MVN_REPO];
export const defaultRegistryUrls = [SBT_MVN_REPO, SBT_PLUGINS_REPO];

export class SbtPluginDatasource extends SbtPackageDatasource {
static override readonly id = 'sbt-plugin';
Expand Down

0 comments on commit 01b45f3

Please sign in to comment.