Skip to content

Commit

Permalink
Version 0.2.4, with dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Dec 4, 2024
1 parent b59de21 commit ec124dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject maelstrom "0.2.4-SNAPSHOT"
(defproject maelstrom "0.2.4"
:description "A test bench for writing toy distributed systems"
:url "https://github.com/jepsen-io/maelstrom"
:license {:name "Eclipse Public License"
Expand All @@ -7,10 +7,10 @@
:jvm-opts ["-Djava.awt.headless=true"
; "-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"]
:dependencies [[org.clojure/clojure "1.12.0"]
[jepsen "0.3.7"]
[amalloy/ring-buffer "1.3.1"]
[cheshire "5.11.0"]
[cheshire "5.13.0"]
[byte-streams "0.2.4"]
; Reductions over journals
[tesser.core "1.0.6"]
Expand Down

0 comments on commit ec124dd

Please sign in to comment.