Skip to content

Commit cbf16de

Browse files
committed
bumped versions
1 parent ee57457 commit cbf16de

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

deps.edn

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{:paths ["src" "resources"]
2-
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
3-
org.scicloj/metamorph.ml {:mvn/version "1.2"}
4-
cheshire/cheshire {:mvn/version "6.0.0"}
5-
techascent/tech.ml.dataset {:mvn/version "7.056"}
2+
:deps {org.clojure/clojure {:mvn/version "1.12.4"}
3+
org.scicloj/metamorph.ml {:mvn/version "1.3.0"}
4+
cheshire/cheshire {:mvn/version "6.1.0"}
65
;; tribuo core deps
76
org.tribuo/tribuo-classification-core {:mvn/version "4.3.2"}
87
org.tribuo/tribuo-regression-core {:mvn/version "4.3.2"}
@@ -12,16 +11,16 @@
1211
:aliases
1312
{:test
1413
{:extra-paths ["test"]
15-
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
14+
:extra-deps {org.clojure/test.check {:mvn/version "1.1.3"}
1615
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
17-
same/ish {:mvn/version "0.1.6"}
16+
same/ish {:mvn/version "0.1.7"}
1817
;; the unit tests needs this
1918
org.tribuo/tribuo-regression-sgd {:mvn/version "4.3.2"}
2019
org.tribuo/tribuo-classification-tree {:mvn/version "4.3.2"}}}
2120

2221

2322
:build {:deps {io.github.clojure/tools.build
24-
{:mvn/version "0.10.6"}
23+
{:mvn/version "0.10.12"}
2524
slipset/deps-deploy {:mvn/version "0.2.2"}}
2625
:ns-default build}
2726
:outdated {;; Note that it is `:deps`, not `:extra-deps`

0 commit comments

Comments
 (0)