Skip to content
Snippets Groups Projects
Commit 3ad17bb8 authored by Ryan Senior's avatar Ryan Senior
Browse files

Upgrade java.jdbc to 0.7.5 [ci drivers]

There are some nice performance improvements in 0.7.4, so updating to
the latest to benefit from them.
parent 954f7b18
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
[org.clojure/core.memoize "0.5.9"] ; needed by core.match; has useful FIFO, LRU, etc. caching mechanisms
[org.clojure/data.csv "0.1.3"] ; CSV parsing / generation
[org.clojure/java.classpath "0.2.3"] ; examine the Java classpath from Clojure programs
[org.clojure/java.jdbc "0.7.0"] ; basic JDBC access from Clojure
[org.clojure/java.jdbc "0.7.5"] ; basic JDBC access from Clojure
[org.clojure/math.numeric-tower "0.0.4"] ; math functions like `ceil`
[org.clojure/tools.logging "0.3.1"] ; logging framework
[org.clojure/tools.namespace "0.2.10"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment