Closed patrickbrown-dev closed 9 years ago
The older version should still be available at the maven central here, I'm not sure why lein wasn't able to download it when it can download the newer version. However, there's no reason not to update.
So it is :).
Just tried again and problem still persists with default template. I'll try from another machine at some point to verify that it's not something wrong with my lein or clojure setup.
Hello there! 2 months later. Looks like it was a hiccup on the machine I was using because I just generated a new Luminus project with +postgres and it worked great. I think this is safe to close. :)
excellent :)
https://github.com/yogthos/luminus-template/blob/master/src/leiningen/new/luminus.clj#L115
I was getting this error when running
lein ragtime migrate
:Changing the dependency from
org.postgresql/postgresql "9.3-1100-jdbc41"
toorg.postgresql/postgresql "9.3-1102-jdbc4"
fixed my issue. Is it possible that the 1 at the end was a typo?