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

Upgrade clojure/java.jdbc to 0.7.0 [ci drivers]

parent 49be5a97
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.6.1"] ; basic JDBC access from Clojure
[org.clojure/java.jdbc "0.7.0"] ; 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