Skip to content

Commit

Permalink
fix issues, revert local/roots
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 23, 2024
1 parent 61a2dbe commit 82574a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
io.github.nextjournal/cas-client {:git/sha "d9f838937ebc8b645fe5764949e72a6df8e344de"}
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
org.babashka/cli {:mvn/version "0.5.40"}
eu.formsandlines/formform {:mvn/version "0.1.0"}}
eu.formsandlines/formform {#_#_#_#_:git/url "https://github.com/formsandlines/formform"
:git/sha "0caa931ae42e6fd87b6917e88ceab49cb21174c8"
:local/root "/tmp/formform"}}
:extra-paths ["dev" "notebooks"]
:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"/js/viewer.js\"}"
"-Dpolyglot.engine.WarnInterpreterOnly=false"
Expand Down Expand Up @@ -87,7 +89,7 @@
:exclusions [org.babashka/sci]}
;; emmy needs SCI, here we use the same version as in render:
org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "c556f4474303c61da72e7a07eef496dcbf66a56e"}
:git/sha "6d9380f55b3038769d5856fc67e7d7939ac981ef"}
io.github.nextjournal/clerk-slideshow {:git/sha "11a83fea564da04b9d17734f2031a4921d917893"}}}

:nextjournal/garden {:exec-fn nextjournal.clerk/serve!
Expand Down
6 changes: 3 additions & 3 deletions render/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
binaryage/devtools {:mvn/version "1.0.3"}
cider/cider-nrepl {:mvn/version "0.28.3"}
org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "c556f4474303c61da72e7a07eef496dcbf66a56e"}
:git/sha "6d9380f55b3038769d5856fc67e7d7939ac981ef"}
org.clojure/clojurescript {:mvn/version "1.11.132"}
io.github.babashka/sci.nrepl {:mvn/version "0.0.2"}
reagent/reagent {:mvn/version "1.2.0"}
io.github.babashka/sci.configs {#_#_:local/root "../../sci.configs"
:git/sha "30a15585134405cec183eaa56e528a674be58701"
io.github.babashka/sci.configs {;; :local/root "../../sci.configs"
:git/sha "ef4b90dea4c9986784649f8eaef285a4b5d303f6"
:exclusions [org.babashka/sci]}
io.github.nextjournal/clojure-mode {:git/sha "1f55406087814a0dda6806396aa596dbe13ea302"}
thheller/shadow-cljs {:mvn/version "2.23.1"}
Expand Down

0 comments on commit 82574a9

Please sign in to comment.