Skip to content

Commit

Permalink
2.3.2-la
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Oct 3, 2024
1 parent 7263ae6 commit e2b6508
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 145 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.0-44-la"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.2-la"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
18 changes: 0 additions & 18 deletions build_config.edn

This file was deleted.

14 changes: 6 additions & 8 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/Kaspazza/antq"
:sha "a2606c7dc0edfae1990e367242b28accf2ded115"}}
{: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 @@ -19,10 +18,9 @@
:deploy {:exec-args {:installer :remote}
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:git/url "https://github.com/Kaspazza/deps-deploy"
:sha "7b4b72d124f788c9e4a876e0ba55899fd9091f1d"}}}
:mvn/version "0.2.2"}}}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-35-la"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2-la"}}
: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 @@ -39,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.0-35-la"}
org.clojure/clojure #:mvn{:version "1.11.4"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2-la"}
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 e2b6508

Please sign in to comment.