Skip to content

Commit

Permalink
Use main commit
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 13, 2024
1 parent aecf50d commit a0f5d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:min-bb-version "0.9.159"
:paths ["bb"]
:deps {io.github.nextjournal/dejavu {:git/sha "4980e0cc18c9b09fb220874ace94ba6b57a749ca"}
io.github.nextjournal/cas-client {:git/sha "ae9e2ce474c5dd962837cd4f6473c8a7731370b4"}}
io.github.nextjournal/cas-client {:git/sha "d9f838937ebc8b645fe5764949e72a6df8e344de"}}
:tasks
{:requires
([tasks :as t]
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
cider/cider-nrepl {:mvn/version "0.49.3"}
nrepl/nrepl {:mvn/version "1.3.0"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.2.2"}
io.github.nextjournal/cas-client {:git/sha "ae9e2ce474c5dd962837cd4f6473c8a7731370b4"}
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"}}
:extra-paths ["dev" "notebooks"]
Expand Down Expand Up @@ -90,7 +90,7 @@
:nextjournal.garden/aliases [:demo]}

:build {:deps {io.github.nextjournal/clerk {:local/root "."}
io.github.nextjournal/cas-client {:git/sha "ae9e2ce474c5dd962837cd4f6473c8a7731370b4"}
io.github.nextjournal/cas-client {:git/sha "d9f838937ebc8b645fe5764949e72a6df8e344de"}
io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}
io.github.slipset/deps-deploy {:git/sha "b4359c5d67ca002d9ed0c4b41b710d7e5a82e3bf"}}
:extra-paths ["bb" "src" "resources"] ;; for loading lookup-url in build
Expand Down

0 comments on commit a0f5d33

Please sign in to comment.