Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(clojure): set registryStrategy
  • Loading branch information
rarkins committed Jun 22, 2020
1 parent 02e6817 commit 4610e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datasource/clojure/index.ts
Expand Up @@ -3,5 +3,6 @@ import { MAVEN_REPO } from '../maven/common';
export const id = 'clojure';

export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
export const registryStrategy = 'merge';

export { getReleases } from '../maven';

0 comments on commit 4610e25

Please sign in to comment.