Bump to latest sqlite libraries on the JVM side.
This commit is contained in:
parent
9d361055d3
commit
d89ac5fbcd
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@
|
|||
[tempfile "0.2.0"]
|
||||
[com.cemerick/piggieback "0.2.1"]
|
||||
[org.clojure/tools.nrepl "0.2.10"]
|
||||
[org.clojure/java.jdbc "0.6.2-alpha1"]
|
||||
[org.xerial/sqlite-jdbc "3.8.11.2"]]
|
||||
[org.clojure/java.jdbc "0.6.2-alpha3"]
|
||||
[org.xerial/sqlite-jdbc "3.15.1"]]
|
||||
:jvm-opts ["-Xss4m"]
|
||||
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
|
||||
:plugins [[lein-cljsbuild "1.1.3"]
|
||||
|
|
Loading…
Reference in a new issue