Skip to content

Commit

Permalink
Updated project to Clojure 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Engelberg committed Apr 9, 2018
1 parent 4731606 commit 209c38c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject instaparse "1.4.8"
(defproject instaparse "1.4.9"
:description "Instaparse: No grammar left behind"
:url "https://github.com/Engelberg/instaparse"
:license {:name "Eclipse Public License"
Expand All @@ -15,9 +15,9 @@
[org.clojure/clojurescript "1.7.28"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.34"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0-alpha19"]
[org.clojure/clojurescript "1.9.908"]
[org.clojure/tools.reader "1.0.3"]]}}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.238"]
[org.clojure/tools.reader "1.2.1"]]}}
:aliases {"test-all" ["with-profile" "+1.5:+1.6:+1.7:+1.8:+1.9" "test"]
"test-cljs" ["cljsbuild" "test" "unit-tests"]
"test-cljs-all" ["with-profile" "+1.7:+1.8:+1.9" "do" "clean," "test-cljs"]}
Expand Down

0 comments on commit 209c38c

Please sign in to comment.