Skip to content

Commit

Permalink
Push: automaton-web to branch: la.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 21, 2024
1 parent 1460602 commit 39fab8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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-25-la"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "{"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
16 changes: 8 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:git/url "https://github.com/Kaspazza/deps-deploy"
:sha "7b4b72d124f788c9e4a876e0ba55899fd9091f1d"}}}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-16-la"}
org.clojure/core.async #:mvn{:version "1.6.681"}}
: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-web.repl.entry-point"]}
:env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "{"}
org.clojure/core.async #:mvn{:version "1.6.681"}}
: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-web.repl.entry-point"]}
:env-development-test
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
Expand All @@ -59,7 +59,7 @@
metosin/reitit #:mvn{:version "0.7.1"}
metosin/ring-http-response #:mvn{:version "0.9.4"}
mount/mount #:mvn{:version "0.1.19"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-16-la"}
org.clojars.hephaistox/automaton-core #:mvn{:version "{"}
ring-cors/ring-cors #:mvn{:version "0.1.13"}
ring/ring #:mvn{:version "1.12.2"}
ring/ring-anti-forgery #:mvn{:version "1.3.1"}
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:version "2.2.0-16-la"}
{:version "2.2.0-18-la"}

0 comments on commit 39fab8a

Please sign in to comment.