Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 24, 2024
1 parent 4d759cd commit ccac06b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.0"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.1"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq"
:sha "a2606c7dc0edfae1990e367242b28accf2ded115"}}
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/hephaistox/antq"
:sha "a92a8fe950934f6167d8750cc2e9fdb546c676ff"}}
:main-opts ["-m" "antq.core"]}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
criterium/criterium {:mvn/version "0.4.6"}
Expand All @@ -21,7 +21,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.0"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.1"}}
: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 +38,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"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.1"}
org.clojure/clojure #:mvn{:version "1.11.4"}
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.0"}
{:version "2.3.1"}

0 comments on commit ccac06b

Please sign in to comment.