This repository was archived by the owner on Aug 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- (defproject metabase /honeysql-util " 1.0.1 "
1+ (defproject metabase /honeysql-util " 1.0.2 "
22 :description " Helpful utility functions for HoneySQL."
33 :url " https://github.com/metabase/honeysql-util"
44 :min-lein-version " 2.5.0"
1111 " bikeshed" [" with-profile" " +bikeshed" " bikeshed" " --max-line-length" " 120" ]
1212 " check-namespace-decls" [" with-profile" " +check-namespace-decls" " check-namespace-decls" ]
1313 " eastwood" [" with-profile" " +eastwood" " eastwood" ]
14- " check-reflection-warnings" [" with-profile" " +reflection-warnings" " check" ]
1514 " docstring-checker" [" with-profile" " +docstring-checker" " docstring-checker" ]
1615 ; ; `lein lint` will run all linters
1716 " lint" [" do" [" eastwood" ] [" bikeshed" ] [" check-namespace-decls" ] [" docstring-checker" ]]}
1817
1918 :dependencies
2019 [[honeysql " 0.9.4" :exclusions [org.clojure/clojurescript]]
21- [metabase/common " 1.0.2 " ]
20+ [metabase/common " 1.0.4 " ]
2221 [prismatic/schema " 1.1.11" ]]
2322
2423 :profiles
2524 {:dev
2625 {:dependencies
27- [[org.clojure/clojure " 1.10.0 " ]
26+ [[org.clojure/clojure " 1.10.1 " ]
2827 [expectations " 2.2.0-beta2" ]]
2928
3029 :injections
You can’t perform that action at this time.
0 commit comments