Skip to content

Commit

Permalink
Cockroach: 0.1.0, depend on jepsen 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Nov 8, 2016
1 parent 3322cb9 commit 0f72505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cockroachdb/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject cockroachdb "0.1.0-SNAPSHOT"
(defproject cockroachdb "0.1.0"
:description "Jepsen testing for CockroachDB"
:url "http://cockroachlabs.com/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[jepsen "0.1.3-SNAPSHOT"]
[jepsen "0.1.3"]
[org.clojure/java.jdbc "0.6.1"]
[circleci/clj-yaml "0.5.5"]
[org.postgresql/postgresql "9.4.1211"]]
Expand Down

0 comments on commit 0f72505

Please sign in to comment.