Skip to content

Commit

Permalink
bump 1.0.0 contribs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 authored Mar 18, 2020
1 parent d3d6ac7 commit 332f214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:pedantic? :abort
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/core.match "0.3.0"]
[org.clojure/core.match "1.0.0"]
[cheshire "5.9.0"]

[prismatic/schema "1.1.12"]
[metosin/ring-swagger "0.26.2"]
[metosin/schema-tools "0.12.2"]]
:global-vars {*warn-on-reflection* true}
:profiles {:dev
{:dependencies [[org.clojure/test.check "0.10.0"]]}})
{:dependencies [[org.clojure/test.check "1.0.0"]]}})

0 comments on commit 332f214

Please sign in to comment.