Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for string repo values #13

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Conversation

eerohele
Copy link
Contributor

Leiningen allows repo definitions to be either strings (e.g. "https://download.java.net/maven/2") or maps ({:url "https://download.java.net/maven/2"}). deps.edn only allows maps, so if project.clj has a string, we'll need to convert it into a map.

@borkdude borkdude merged commit 1fdaf45 into borkdude:main Aug 24, 2023
1 check passed
@borkdude
Copy link
Owner

Thanks. Do you need another release or can you use this via deps.edn?

@eerohele eerohele deleted the fix-repos branch August 24, 2023 08:27
@eerohele
Copy link
Contributor Author

I can use it via deps.edn. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants