-
Notifications
You must be signed in to change notification settings - Fork 6
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
No such var: string/includes? #11
Comments
Somehow I was able to make it run. I've used castra-simple's
Here's the final list (I'm almost sure I didn't change every line): (set-env!
:dependencies '[[adzerk/boot-cljs "1.7.228-1"]
[adzerk/boot-reload "0.5.0"]
[adzerk/boot-cljs-repl "0.3.3"]
[org.clojure/tools.nrepl "0.2.12" :scope "test"]
[compojure "1.6.0-beta3"]
[hoplon/castra "3.0.0-alpha7"]
[hoplon/hoplon "6.0.0-alpha17"]
[org.clojure/clojure "1.9.0-alpha10"]
[org.clojure/clojurescript "1.9.93"]
[pandeiro/boot-http "0.7.6"]
[ring "1.5.0"]
[ring/ring-defaults "0.2.1"]] What's weird is that last thing that I've changed was clojure itself. Before it was
And after changing it I see a message |
try a newer version for |
Hi,
I wanted to play with hoplon + castra so I've used hoplon-castra template like this:
Unfortunately the result of
boot dev
is not what I have been expecting.Versions:
If there's anything more please ask
The text was updated successfully, but these errors were encountered: