Skip to content

Commit

Permalink
Update project.clj
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
wavejumper authored Mar 14, 2017
1 parent 0865395 commit 89f2d52
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 @@ -4,8 +4,8 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.48"]]
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
[org.clojure/clojurescript "1.9.494" :scope "provided"]]

:aliases {"deploy" ["do" "clean," "deploy" "clojars"]
"test" ["do" "clean," "with-profile" "dev" "cljsbuild" "test"]}
Expand Down

0 comments on commit 89f2d52

Please sign in to comment.