Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit d09803b

Browse files
committed
release 0.6.1
1 parent a234b7e commit d09803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pithos-quickstart/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject io.pithos/pithos-quickstart "0.6.1-SNAPSHOT"
1+
(defproject io.pithos/pithos-quickstart "0.6.1"
22
:description "pithos and cassandra, bundled together"
33
:url "http://pithos.io"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:main io.pithos.quickstart
77
:dependencies [[org.clojure/clojure "1.7.0-alpha2"]
8-
[io.pithos/pithos "0.6.0"]
8+
[io.pithos/pithos "0.6.1"]
99
[org.apache.cassandra/cassandra-all "2.1.0"]])

0 commit comments

Comments
 (0)