Skip to content

Commit

Permalink
upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Mar 12, 2024
1 parent e83ee91 commit 051be6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:deps {com.lambdaisland/launchpad {:mvn/version "0.15.79-alpha"}}}
{:deps {com.lambdaisland/launchpad {:mvn/version "0.28.129-alpha"}}}

28 changes: 14 additions & 14 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
{:deps {org.clojure/clojure {:mvn/version "1.11.2"}
scicloj/metamorph {:mvn/version "0.2.4"}
pppmap/pppmap {:mvn/version "0.2.2"}
scicloj/tablecloth {:mvn/version "7.007"}
metosin/malli {:mvn/version "0.8.4"}
aerial.hanami/aerial.hanami {:mvn/version "0.17.0"}}
pppmap/pppmap {:mvn/version "1.0.0"}
scicloj/tablecloth {:mvn/version "7.021"}
metosin/malli {:mvn/version "0.14.0"}
aerial.hanami/aerial.hanami {:mvn/version "0.19.0"}}

:paths ["src" "resources"]


:aliases
{:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.4.0" :git/sha "54e39ae"}}
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}


:dev
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.12.707"}
scicloj/scicloj.ml.smile {:mvn/version "7.1.656"}
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"}
scicloj/scicloj.ml.smile {:mvn/version "7.2"}
datacraft-sciences/confuse {:mvn/version "0.1.1"}
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.1.3"}}}
ch.qos.logback/logback-classic {:mvn/version "1.5.3"}
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.3.0"}}}

:test
{:jvm-opts ["-Djdk.attach.allowAttachSelf"]
:extra-paths ["test"]
:extra-deps {
lambdaisland/kaocha {:mvn/version "1.0.902"}
scicloj/scicloj.ml.smile {:mvn/version "7.1.656"}
lambdaisland/kaocha {:mvn/version "1.87.1366"}
scicloj/scicloj.ml.smile {:mvn/version "7.2"}
datacraft-sciences/confuse {:mvn/version "0.1.1"}
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}}}
ch.qos.logback/logback-classic {:mvn/version "1.5.3"}}}



:runner {:main-opts ["-m" "kaocha.runner"]}
:codox {:extra-deps {codox/codox {:mvn/version "0.10.7" :exclusions [org.ow2.asm/asm-all]}
:codox {:extra-deps {codox/codox {:mvn/version "0.10.8" :exclusions [org.ow2.asm/asm-all]}
codox-theme-rdash/codox-theme-rdash {:mvn/version "0.1.2"}}
:exec-fn codox.main/generate-docs
:exec-args {:language :clojure
Expand Down

0 comments on commit 051be6d

Please sign in to comment.