Skip to content

Commit 8556e92

Browse files
committed
updated deps
1 parent ea2ad5a commit 8556e92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apache-math.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<orderEntry type="library" name="Deps: orchestra:2021.01.01-1" level="project" />
2525
<orderEntry type="library" name="Deps: org.clojure/tools.reader:1.5.0" level="project" />
2626
<orderEntry type="library" name="Deps: org.clojure/test.check:1.1.1" level="project" />
27-
<orderEntry type="library" name="Deps: provisdom/test:e64700" level="project" />
27+
<orderEntry type="library" name="Deps: provisdom/test:c3247f" level="project" />
2828
<orderEntry type="library" name="Deps: org.clojure/core.memoize:1.1.266" level="project" />
2929
<orderEntry type="library" name="Deps: org.clojure/data.priority-map:1.2.0" level="project" />
3030
<orderEntry type="library" name="Deps: org.clojure/core.cache:1.1.234" level="project" />

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 "d674f6a6b84903ad93330c5a98de2806b9878758"}
4+
:sha "1934ed2794b5517fc01af31eb7e2f4e70a967f1e"}
55
provisdom/utility-belt {:git/url "https://github.com/Provisdom/utility-belt.git"
6-
:sha "5ada4da1fa8dedceef973b4615a6f0ff398ea3aa"}}
6+
:sha "9b655cf06a6086dc39ce62ee49ea6d13002b2260"}}
77
:aliases {:dev {:extra-paths ["siderail"]}
88
:local {:override-deps {provisdom/math {:local/root "../math"}
99
provisdom/utility-belt {:local/root "../utility-belt"}}}
@@ -12,7 +12,7 @@
1212
orchestra/orchestra {:mvn/version "2021.01.01-1"}
1313
org.clojure/test.check {:mvn/version "1.1.1"}
1414
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
15-
:sha "e64700e138cdcf225ee0ced6aecda6db8207b616"}}}
15+
:sha "c3247f2f593492edd037547bed626549cc190963"}}}
1616
:test-clj-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
1717
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}}
1818
:main-opts ["-m" "kaocha.runner"]}}}

0 commit comments

Comments
 (0)