File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
- ./latest-lein source-deps :prefix-exclusions "[\"classlojure\"]"
10
10
- ./latest-lein with-profile +plugin.mranderson/config test
11
11
- ./latest-lein with-profile +1.8,+plugin.mranderson/config test
12
+ - ./latest-lein with-profile +1.9,+plugin.mranderson/config test
12
13
jdk :
13
14
- openjdk7
14
15
- oraclejdk7
Original file line number Diff line number Diff line change 23
23
:test {:dependencies [[print-foo " 1.0.1" ]]
24
24
:src-paths [" test/resources" ]}
25
25
:1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
26
+ :1.9 {:dependencies [[org.clojure/clojure " 1.9.0-alpha14" ]
27
+ [org.clojure/clojurescript " 1.9.293" ]]}
26
28
:dev {:plugins [[jonase/eastwood " 0.2.0" ]]
27
29
:dependencies [[org.clojure/clojurescript " 1.7.48" ]
28
30
[com.cemerick/piggieback " 0.2.1" ]
You can’t perform that action at this time.
0 commit comments