Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 640b513

Browse files
authored
Merge pull request #1 from metabase/bump-deps
Bump dependencies
2 parents 172a045 + 0933cdd commit 640b513

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

project.clj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
@@ -11,20 +11,19 @@
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

0 commit comments

Comments
 (0)