Skip to content

Commit

Permalink
[nop] Update project.clj template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 16, 2023
1 parent 797c809 commit bddcf65
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms for Clojure/Script"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "Same as Clojure"}
:min-lein-version "2.3.3"
:global-vars {*warn-on-reflection* true
*assert* true}

:license
{:name "Eclipse Public License 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:global-vars
{*warn-on-reflection* true
*assert* true}

:dependencies
[[org.clojure/core.async "1.6.673"]
Expand Down

0 comments on commit bddcf65

Please sign in to comment.