Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Mar 6, 2019
1 parent 21a6f72 commit 5602a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jepsen/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jepsen "0.1.12-SNAPSHOT"
(defproject jepsen "0.1.12"
:description "Distributed systems testing framework."
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand All @@ -9,7 +9,7 @@
[org.clojure/tools.cli "0.4.1"]
[clj-time "0.11.0"]
[jepsen.txn "0.1.0"]
[knossos "0.3.4-SNAPSHOT" :exclusions [org.slf4j/slf4j-log4j12]]
[knossos "0.3.4" :exclusions [org.slf4j/slf4j-log4j12]]
[tea-time "1.0.1"]
[clj-ssh "0.5.14"]
[gnuplot "0.1.1"]
Expand Down

0 comments on commit 5602a79

Please sign in to comment.