Skip to content

Commit

Permalink
Merge pull request #51 from metabase/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies 🆒
  • Loading branch information
camsaul authored Jan 16, 2019
2 parents 28525b8 + c024f2d commit f192e7c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@
: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.7"]
[org.clojure/java.jdbc "0.7.8"]
[org.clojure/tools.logging "0.4.1"]
[org.clojure/tools.namespace "0.2.10"]
[honeysql "0.9.3"]]
[honeysql "0.9.4"]]
:javac-options ["-target" "1.7", "-source" "1.7"]
:aliases {"bikeshed" ["bikeshed" "--max-line-length" "118" "--var-redefs" "false"]
"lint" ["do" ["eastwood"] "bikeshed" "docstring-checker" "check-namespace-decls"]
"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"]
[expectations "2.1.9"]
[expectations "2.1.10"]
[postgresql "9.3-1102.jdbc41"]]
:plugins [[docstring-checker "1.0.2"]
[jonase/eastwood "0.2.8"
:plugins [[docstring-checker "1.0.3"]
[jonase/eastwood "0.3.4"
:exclusions [org.clojure/clojure]]
[lein-bikeshed "0.5.1"]
[lein-check-namespace-decls "1.0.1"]
[lein-expectations "0.0.8"]
[org.clojure/tools.cli "0.3.7"]] ; Added because of https://github.com/dakrone/lein-bikeshed/issues/33
[lein-expectations "0.0.8"]]
:jvm-opts ["-Xverify:none"]
:eastwood {:add-linters [:unused-locals
:unused-private-vars]
Expand Down

0 comments on commit f192e7c

Please sign in to comment.