Skip to content

Commit

Permalink
2.1.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 18, 2018
1 parent 18a4f3f commit 1dc3d42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/getting_started.md
Expand Up @@ -42,21 +42,21 @@ are introduced only if they are really necessary.

## Supported Clojure versions

Quartzite requires Clojure 1.6.
Quartzite requires Clojure 1.7.


## Adding Quartzite Dependency To Your Project

### With Leiningen

[clojurewerkz/quartzite "2.0.0"]
[clojurewerkz/quartzite "2.1.0"]

### With Maven

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>quartzite</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>

It is recommended to stay up-to-date with new versions. New releases and important changes are announced [@ClojureWerkz](http://twitter.com/ClojureWerkz).
Expand Down

0 comments on commit 1dc3d42

Please sign in to comment.