File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
2
:deps {local/deps {:local/root " ." }
3
3
org.babashka/spec.alpha {:git/url " https://github.com/babashka/spec.alpha"
4
- :git/sha " 1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78 " }}
4
+ :git/sha " 951b49b8c173244e66443b8188e3ff928a0a71e7 " }}
5
5
:tasks
6
6
{:requires ([docker-clojure.core :as dc])
7
7
clean (dc/-main " clean" )
Original file line number Diff line number Diff line change 1
1
{:deps
2
- {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
- org.clojure/math.combinatorics {:mvn/version " 0.1.6 " }
4
- org.clojure/core.async {:mvn/version " 1.5.648 " }}
2
+ {org.clojure/clojure {:mvn/version " 1.11.2 " }
3
+ org.clojure/math.combinatorics {:mvn/version " 0.3.0 " }
4
+ org.clojure/core.async {:mvn/version " 1.6.681 " }}
5
5
6
6
:paths [" src" " resources" ]
7
7
12
12
13
13
:test {:extra-paths [" test" ]
14
14
:extra-deps {com.cognitect/test-runner {:git/url " https://github.com/cognitect-labs/test-runner.git"
15
- :sha " 4e7e1c0dfd5291fa2134df052443dc29695d8cbe " }}
15
+ :sha " 7284cda41fb9edc0f3bc6b6185cfb7138fc8a023 " }}
16
16
:main-opts [" -m" " cognitect.test-runner" ]}}}
You can’t perform that action at this time.
0 commit comments