We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could be the combination of switches I used. I did:
lein new luminus prj +reitit +sqlite +cljs +swagger +auth-jwe +oauth +cucumber +kibit lein run
And got:
... Caused by: java.lang.IllegalArgumentException: No matching ctor found for class org.yaml.snakeyaml.constructor.SafeConstructor ...
Adding:
[clj-commons/clj-yaml "0.7.109"]
to deps in project.clj fixes it
project.clj
The text was updated successfully, but these errors were encountered:
Running lein deps :tree seems to indicate that org.seleniumhq.selenium/selenium-server 2.48.2 depends on org.yaml/snakeyaml.
lein deps :tree
org.seleniumhq.selenium/selenium-server 2.48.2
org.yaml/snakeyaml
Sorry, something went wrong.
No branches or pull requests
Could be the combination of switches I used. I did:
And got:
Adding:
to deps in
project.clj
fixes itThe text was updated successfully, but these errors were encountered: