Skip to content

Commit

Permalink
Replace original lein h2 with the more useful one
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson authored Jun 10, 2016
1 parent e8aa389 commit 6cdceb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"check-reflection-warnings" ["with-profile" "+reflection-warnings" "check"]
"test" ["with-profile" "+expectations" "expectations"]
"generate-sample-dataset" ["with-profile" "+generate-sample-dataset" "run"]
"h2" ["with-profile" "+h2-shell" "run"]
"h2-with-db" ["with-profile" "+h2-shell" "run" "-url" "jdbc:h2:./metabase.db" "-user" "" "-password" "" "-driver" "org.h2.Driver"]}
"h2" ["with-profile" "+h2-shell" "run" "-url" "jdbc:h2:./metabase.db" "-user" "" "-password" "" "-driver" "org.h2.Driver"]}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.374"]
[org.clojure/core.match "0.3.0-alpha4"] ; optimized pattern matching library for Clojure
Expand Down

0 comments on commit 6cdceb2

Please sign in to comment.