Skip to content

Commit

Permalink
2.3.3-2-la
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Nov 20, 2024
1 parent 7581a52 commit 4929482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3-la"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.3-2-la"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,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.3-la"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.3-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 @@ -37,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.6"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.3-la"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.3-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"]}
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:version "2.3.3-la"}
{:version "2.3.3-2-la"}

0 comments on commit 4929482

Please sign in to comment.