Skip to content

Commit

Permalink
Updated the version of Tornado library dependency to 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSuran03 committed Oct 8, 2021
1 parent bd3de91 commit e8cbb7e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 15 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## 0.1.7
Updated the version of Tornado library dependency to 0.2.3.

## 0.1.6
Added release mode: "lein tornado release" which compiles and compresses all (or given) stylesheets. Updated Tornado dependency from 0.2.0 to 0.2.1.

Expand Down
1 change: 0 additions & 1 deletion lein-tornado.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<orderEntry type="library" name="Maven: org.clojure:clojure:1.5.1" level="project" />
<orderEntry type="library" name="Maven: org.clojure:tools.namespace:0.2.11" level="project" />
<orderEntry type="library" name="Maven: org.clojure:java.classpath:0.3.0" level="project" />
<orderEntry type="library" name="Maven: org.clojars.jansuran03:tornado:0.2.1" level="project" />
<orderEntry type="library" name="Maven: me.raynes:fs:1.4.6" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.8" level="project" />
<orderEntry type="library" name="Maven: org.tukaani:xz:1.5" level="project" />
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject org.clojars.jansuran03/lein-tornado "0.1.6"
(defproject org.clojars.jansuran03/lein-tornado "0.1.7"
:description "A Clojure plugin for automatic compilation of Tornado stylesheets."
:url "https://github.com/JanSuran03/lein-tornado"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[ns-tracker "0.4.0"]
[org.clojars.jansuran03/tornado "0.2.1"]
[org.clojars.jansuran03/tornado "0.2.3"]
[me.raynes/fs "1.4.6"]]
:eval-in-leiningen true)
2 changes: 1 addition & 1 deletion src/leiningen/tornado.clj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
(run-compiler project args :release))

(def ^:private tornado-profile {:dependencies '[^:displace [ns-tracker "0.4.0"]
^:displace [org.clojars.jansuran03/tornado "0.2.1"]
^:displace [org.clojars.jansuran03/tornado "0.2.3"]
^:displace [me.raynes/fs "1.4.6"]]})

; TODO: (tornado auto) compresses the build if pretty-print? is set to false only
Expand Down

0 comments on commit e8cbb7e

Please sign in to comment.