Browse Source

Fix version number.

tags/v0.2.0
YJC 3 years ago
parent
commit
a374fb6f0b
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      project.clj

+ 2
- 5
project.clj View File

[org.clojure/core.async "0.4.500" [org.clojure/core.async "0.4.500"
:exclusions [org.clojure/tools.reader]]] :exclusions [org.clojure/tools.reader]]]


:plugins [[day8/lein-git-inject "0.0.15"]
[lein-codox "0.10.7"]]

:middleware [leiningen.git-inject/middleware]
:plugins [[lein-codox "0.10.7"]]


:codox {:output-path "docs" :codox {:output-path "docs"
:source-uri "https://github.com/tservice-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"} :source-uri "https://github.com/tservice-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}
{:provided {:provided
{:dependencies {:dependencies
[[org.clojure/clojure "1.10.1"] [[org.clojure/clojure "1.10.1"]
[tservice "[0.5.4, )"]]}
[org.clojars.yjcyxky/tservice "0.5.6"]]}


:uberjar :uberjar
{:auto-clean true {:auto-clean true

Loading…
Cancel
Save