Skip to content

Commit

Permalink
Make Clojure 1.7 default
Browse files Browse the repository at this point in the history
  • Loading branch information
immoh committed Jun 30, 2015
1 parent 3aa1fcc commit a3e625d
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 @@ -9,7 +9,7 @@
:src-dir-uri "https://github.com/korma/Korma/blob/master/"
:src-linenum-anchor-prefix "L"}

:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.7.0"]
[c3p0/c3p0 "0.9.1.2"]
[org.clojure/java.jdbc "0.3.7"]]

Expand All @@ -29,7 +29,7 @@
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-beta2"]]}}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}}
:aliases {"run-tests" ["with-profile" "1.3:1.4:1.5:1.6:1.7" "test"]
"slamhound" ["run" "-m" "slam.hound"]}
:jvm-opts ["-Dline.separator=\n"])

0 comments on commit a3e625d

Please sign in to comment.