mirror of https://github.com/status-im/timbre.git
Officially require Clojure v1.5+ (non-breaking, see comments)
This was actually already an undocumented break from Timbre v3->v4.
This commit is contained in:
parent
02531eb01f
commit
0524d4e69f
10
project.clj
10
project.clj
|
@ -11,8 +11,8 @@
|
|||
*assert* true}
|
||||
|
||||
:dependencies
|
||||
[[org.clojure/clojure "1.4.0"]
|
||||
[com.taoensso/encore "1.37.0"]
|
||||
[[org.clojure/clojure "1.5.1"]
|
||||
[com.taoensso/encore "2.1.2"]
|
||||
[io.aviso/pretty "0.1.18"]]
|
||||
|
||||
:plugins
|
||||
|
@ -25,9 +25,9 @@
|
|||
:profiles
|
||||
{;; :default [:base :system :user :provided :dev]
|
||||
:server-jvm {:jvm-opts ^:replace ["-server"]}
|
||||
: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-RC1"]]}
|
||||
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
|
||||
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-alpha2"]]}
|
||||
:test {:dependencies [[expectations "2.1.0"]
|
||||
[org.clojure/tools.logging "0.3.1"]
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
:aliases
|
||||
{"test-all" ["do" "clean," "cljx" "once,"
|
||||
"with-profile" "default:+1.5:+1.6:+1.7" "expectations,"
|
||||
"with-profile" "default:+1.6:+1.7:+1.8" "expectations,"
|
||||
"with-profile" "+test" "cljsbuild" "test"]
|
||||
"test-auto" ["with-profile" "+test" "autoexpect"]
|
||||
"build-once" ["do" "clean," "cljx" "once," "cljsbuild" "once" "main"]
|
||||
|
|
Loading…
Reference in New Issue