diff --git a/project.clj b/project.clj index 86079bf..de2a0ac 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://raw.githubusercontent.com/metabase/toucan/master/LICENSE.txt"} :min-lein-version "2.5.0" :dependencies [[org.clojure/java.classpath "0.3.0"] - [org.clojure/java.jdbc "0.7.8"] + [org.clojure/java.jdbc "0.7.9"] [org.clojure/tools.logging "0.4.1"] [org.clojure/tools.namespace "0.2.10"] [honeysql "0.9.4"]] @@ -14,7 +14,7 @@ "test" ["expectations"] "start-db" ["shell" "./start-db"] ; `lein start-db` and stop-db are conveniences for running a test database via Docker "stop-db" ["shell" "docker" "stop" "toucan_test"]} - :profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"] + :profiles {:dev {:dependencies [[org.clojure/clojure "1.10.0"] [expectations "2.1.10"] [postgresql "9.3-1102.jdbc41"]] :plugins [[docstring-checker "1.0.3"]