I meant to highlight that this change…

  *   Switched local test infrastructure over to CLI and deps.edn (from 
Leiningen) as an example of multi-version testing without a "build tool".
…also means that you can now depend on org.clojure/java.jdbc as a git 
dependency in deps.edn and therefore take advantage of committed but 
not-yet-released changes https://github.com/clojure/java.jdbc/commits/master

      clj -Sdeps '{:deps
                     {org.clojure/java.jdbc
                        {:git/url "https://github.com/clojure/java.jdbc";
                         :sha "f71bf4ec9c71d4c7931282c0a18639f1a4389487"}}}'

(you’ll need to provide a JDBC driver as well, of course)

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to