Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Dec 6, 2022
1 parent 536f7fd commit 4058009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jepsen/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jepsen "0.2.8-SNAPSHOT"
(defproject jepsen "0.3.0"
:description "Distributed systems testing framework."
:url "https://jepsen.io"
:license {:name "Eclipse Public License"
Expand All @@ -8,11 +8,11 @@
[org.clojure/tools.logging "1.2.4"]
[org.clojure/tools.cli "1.0.214"]
[spootnik/unilog "0.7.31"]
[elle "0.1.6-SNAPSHOT"]
[elle "0.1.6"]
[clj-time "0.15.2"]
[io.jepsen/history "0.1.0-SNAPSHOT"]
[io.jepsen/history "0.1.0"]
[jepsen.txn "0.1.2"]
[knossos "0.3.9-SNAPSHOT"]
[knossos "0.3.9"]
[clj-ssh "0.5.14"]
[gnuplot "0.1.3"]
[http-kit "2.6.0"]
Expand Down

0 comments on commit 4058009

Please sign in to comment.