Skip to content

Commit af58bf2

Browse files
committed
bb and core version update
1 parent 39cf0c6 commit af58bf2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[[https://hephaistox.github.io/auto-opti/][https://img.shields.io/badge/api-blue.svg]]
1111

1212

13-
[[file:docs/img/automaton_small_duck.png]]
13+
[[file:docs/img/automaton_duck.png]]
1414

1515
#+BEGIN_QUOTE
1616
If every tool, when ordered, or even of its own accord, could do the work that befits it, just as the creations of Daedalus moved of themselves, or the tripods of Hephaestus went of their own accord to their sacred work, if the shuttle would weave and the plectrum touch the lyre without a hand to guide them, master-craftsmen would have no need of assistants and masters no need of slaves ~ Aristotle, Politics 1253b

bb.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{:deps {com.github.hephaistox/auto-build {:git/sha "6e9a158ebf50ed9d0291f05c767b056c24508ca5"}}
2-
:paths ["src"]
1+
{:deps {com.github.hephaistox/auto-build {:git/sha "319337735ac9f23be4b4dabdc610b5b0095b5ed2"}}
2+
:paths []
33
:tasks
44
{:requires [[auto-build.os.exit-codes] [auto-build.os.exiting :refer [exit]]]
55
bp {:doc "Before push"
@@ -73,4 +73,4 @@
7373
:override-builtin true
7474
:requires [[auto-build.tasks.repl :as build-repl] [auto-build.echo :refer [level1-header]]]
7575
:task (-> (build-repl/repl level1-header "." (current-task) [:build :cljs-deps] 7003)
76-
exit)}}}
76+
exit)}}}

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
:test-clj {:extra-paths ["test/cljc" "test/resources"]
2222
:main-opts
2323
["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "test/cljc"]}}
24-
:deps {com.github.hephaistox/auto-core {:git/sha "e9bd003098e875d9db98709d0c9104293b63d852"}
24+
:deps {com.github.hephaistox/auto-core {:git/sha "70c0de7cfc2898a76ed607814f58b45cb98c7936"}
2525
com.hypirion/clj-xchart {:mvn/version "0.2.0"}
2626
criterium/criterium {:mvn/version "0.4.6"}
2727
kixi/stats {:mvn/version "0.5.7"}
2828
org.clojure/clojure {:mvn/version "1.12.0"}
2929
thedavidmeister/xoroshiro128 {:mvn/version "1.1.3"}}
30-
:paths ["src/cljc"]}
30+
:paths ["src/cljc"]}

0 commit comments

Comments
 (0)