Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jan 13, 2023
1 parent 9180bab commit 279b0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject maelstrom "0.2.2-SNAPSHOT"
(defproject maelstrom "0.2.2"
:description "A test bench for writing toy distributed systems"
:url "https://github.com/jepsen-io/maelstrom"
:license {:name "Eclipse Public License"
Expand All @@ -8,7 +8,7 @@
; "-agentpath:/home/aphyr/yourkit/bin/linux-x86-64/libyjpagent.so=sampling,exceptions=disable,probe_disable=*"
]
:dependencies [[org.clojure/clojure "1.11.1"]
[jepsen "0.3.1-SNAPSHOT"]
[jepsen "0.3.1"]
[amalloy/ring-buffer "1.3.1"]
[cheshire "5.11.0"]
[byte-streams "0.2.4"]
Expand Down

0 comments on commit 279b0f3

Please sign in to comment.