Skip to content

Commit

Permalink
Merge pull request #57 from metabase/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
camsaul authored Mar 25, 2019
2 parents e028b22 + 71af24c commit 07fb291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
Expand All @@ -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"]
Expand Down

0 comments on commit 07fb291

Please sign in to comment.