Skip to content

Commit 8658e0d

Browse files
committed
updated deps. Cleaned up Date library.
1 parent 8360061 commit 8658e0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{:paths ["src"]
22
:deps {org.apache.commons/commons-math3 {:mvn/version "3.6.1"}
33
provisdom/math {:git/url "https://github.com/Provisdom/math.git"
4-
:sha "8e9cd629cf828e44e7148470f64686ee0b579679"}
4+
:git/sha "5fd6445f96739ab108c949ca0c0e053caa885fc0"}
55
provisdom/utility-belt {:git/url "https://github.com/Provisdom/utility-belt.git"
6-
:sha "c4bcc1478fa8d866baff56ec1bf5c4bb353c5353"}}
6+
:git/sha "e243ee983c531d4d10b11b4ff6746572f0f39852"}}
77
:aliases {:dev {:extra-paths ["siderail"]}
88
:local {:override-deps {provisdom/math {:local/root "../math"}
99
provisdom/test {:local/root "../test"}
@@ -13,7 +13,7 @@
1313
orchestra/orchestra {:mvn/version "2021.01.01-1"}
1414
org.clojure/test.check {:mvn/version "1.1.2"}
1515
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
16-
:sha "07d4970b5cd952559145d415c7d608a87b9115c8"}}}
16+
:git/sha "4196a90c13403324602bfabad9bb3006c8f32ebb"}}}
1717
:test-clj-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
1818
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}}
1919
:main-opts ["-m" "kaocha.runner"]}}}

0 commit comments

Comments
 (0)