Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Oct 3, 2024
1 parent ccac06b commit 39c44ef
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 121 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validation_delaguardo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.4.1474 # Clojure CLI based on tools.deps
bb: 1.3.191 # Babashka
clj-kondo: 2024.08.01 # Clj-kondo
cljfmt: 0.10.2 # cljfmt
cli: 1.12.0.1479 # Clojure CLI based on tools.deps
bb: 1.4.192 # Babashka
clj-kondo: 2024.09.27 # Clj-kondo
cljfmt: 0.13.0 # cljfmt
zprint: 1.2.9 # zprint
- name: Cache clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.1"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.2"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
11 changes: 5 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/hephaistox/antq"
:sha "a92a8fe950934f6167d8750cc2e9fdb546c676ff"}}
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.10.1241"}}
:main-opts ["-m" "antq.core"]}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
thedavidmeister/xoroshiro128 {:mvn/version "1.1.3"}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
thheller/shadow-cljs #:mvn{:version "2.28.15"}}
:extra-paths ["src/cljs" "src/cljc" "resources" "test/cljs" "test/cljc"]}
:common-test
{:exec-fn cognitect.test-runner.api/test
Expand All @@ -21,7 +20,7 @@
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:mvn/version "0.2.2"}}}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.1"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2"}}
:extra-paths ["env/development/resources" "env/development/src/clj" "env/development/src/cljc"]
:jvm-opts ["-Dheph-conf=env/development/config.edn,env/common_config.edn"]
:main-opts ["-m" "automaton-optimization.repl.entry-point"]}
Expand All @@ -38,7 +37,7 @@
:main-opts ["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "-d" "test/cljc"]}}
:deps {criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.1"}
org.clojure/clojure #:mvn{:version "1.11.4"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2"}
org.clojure/clojure #:mvn{:version "1.12.0"}
thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}}
:paths ["src/clj" "src/cljc" "resources" "src/cljs"]}
Loading

0 comments on commit 39c44ef

Please sign in to comment.