Skip to content

Commit

Permalink
- updated deps (http-kit, clj-yaml, kindly, kind-portal, babashka/fs)
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Nov 19, 2024
1 parent f910168 commit 4ec9222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change

## [2-beta24] - TBD
- tests defined with `deftest` will run and show results
- updated deps (http-kit, clj-yaml, kindly, kind-portal, babashka/fs)

## [2-beta23] - 2024-11-08
- bugfix: refreshing page appropriately to keep the main URL - by @whatacold
Expand Down
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
com.cnuernber/charred {:mvn/version "1.034"}
carocad/parcera {:mvn/version "0.11.6"}
org.antlr/antlr4-runtime {:mvn/version "4.7.1"}
http-kit/http-kit {:mvn/version "2.8.0-RC1"}
http-kit/http-kit {:mvn/version "2.8.0"}
io.github.nextjournal/markdown {:mvn/version "0.6.157"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
clj-commons/clj-yaml {:mvn/version "1.0.27"}
org.scicloj/kindly {:mvn/version "4-beta13"}
clj-commons/clj-yaml {:mvn/version "1.0.28"}
org.scicloj/kindly {:mvn/version "4-beta14"}
org.scicloj/kindly-advice {:mvn/version "1-beta12"}
org.scicloj/tempfiles {:mvn/version "1-beta1"}
org.scicloj/kind-portal {:mvn/version "1-beta1"}
org.scicloj/kind-portal {:mvn/version "1-beta3"}
org.clojure/tools.reader {:mvn/version "1.3.7"}
com.nextjournal/beholder {:mvn/version "1.0.2"}
babashka/fs {:mvn/version "0.4.19"}}
babashka/fs {:mvn/version "0.5.22"}}
:aliases {:dev {:extra-paths ["notebooks"]
:extra-deps {scicloj/tablecloth {:mvn/version "7.029.2"}
org.scicloj/tableplot {:mvn/version "1-alpha10"}
Expand Down

0 comments on commit 4ec9222

Please sign in to comment.