Skip to content

Commit

Permalink
1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Aug 22, 2024
1 parent 39fe9b6 commit e71132d
Show file tree
Hide file tree
Showing 15 changed files with 961 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
# this is to fix GIT not liking owner of the checkout dir, See https://github.com/actions/runner/issues/2033
chown -R $(id -u):$(id -g) $PWD
- name: Base image
uses: docker://hephaistox/gha-automaton-web:1.2.14
uses: docker://hephaistox/gha-automaton-web:1.2.15
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; The file is updated automatically
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.1"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.2"}}
:paths []
:tasks
{:requires
Expand Down
40 changes: 21 additions & 19 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{:aliases
{:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.1"}}}
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
:main-opts ["-m" "antq.core"]}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.2"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.1"}}
#:mvn{:version "2.0.2"}}
:ns-default build}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
clj-commons/pushy #:mvn{:version "0.3.10"}
Expand All @@ -12,15 +14,15 @@
com.taoensso/sente #:mvn{:version "1.19.2"}
com.taoensso/tempura #:mvn{:version "1.5.3"}
day8.re-frame/http-fx #:mvn{:version "0.2.4"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.8"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.9"}
day8.re-frame/tracing #:mvn{:version "0.6.2"}
lambdaisland/uri #:mvn{:version "1.19.155"}
metosin/reitit #:mvn{:version "0.6.0"}
metosin/reitit-frontend #:mvn{:version "0.6.0"}
no.cjohansen/portfolio #:mvn{:version "2024.03.18"}
metosin/reitit #:mvn{:version "0.7.1"}
metosin/reitit-frontend #:mvn{:version "0.7.1"}
no.cjohansen/portfolio #:mvn{:version "2024.06.30"}
re-frame/re-frame #:mvn{:version "1.4.3"}
reagent/reagent #:mvn{:version "1.2.0"}
thheller/shadow-cljs #:mvn{:version "2.28.2"}}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
:extra-paths ["src/cljs/"
"src/cljc/"
"resources/"
Expand All @@ -32,14 +34,14 @@
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}
:sha "9d36f36ff541dac680a05010e4348c744333f191"}
org.clojure/tools.namespace #:mvn{:version "1.5.0"}
org.clojure/tools.reader #:mvn{:version "1.4.1"}}
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj/" "test/cljc/" "test/resources/"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/common_config.edn"]}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version
"1.2.8"}
"1.2.9"}
org.clojure/core.async #:mvn{:version "1.6.681"}}
:extra-paths ["env/development/resources/"
"env/development/src/clj/"
Expand All @@ -62,14 +64,14 @@
:deps {amalloy/ring-gzip-middleware #:mvn{:version "0.1.4"}
com.taoensso/sente #:mvn{:version "1.19.2"}
hiccup/hiccup #:mvn{:version "2.0.0-RC3"}
http-kit/http-kit #:mvn{:version "2.7.0"}
http-kit/http-kit #:mvn{:version "2.8.0"}
metosin/muuntaja #:mvn{:version "0.6.10"}
metosin/reitit #:mvn{:version "0.7.0-alpha7"}
metosin/ring-http-response #:mvn{:version "0.9.3"}
mount/mount #:mvn{:version "0.1.18"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.8"}
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.2.9"}
ring-cors/ring-cors #:mvn{:version "0.1.13"}
ring/ring #:mvn{:version "1.12.0"}
ring/ring-anti-forgery #:mvn{:version "1.3.0"}
ring/ring-ssl #:mvn{:version "0.3.0"}}
ring/ring #:mvn{:version "1.12.2"}
ring/ring-anti-forgery #:mvn{:version "1.3.1"}
ring/ring-ssl #:mvn{:version "0.4.0"}}
:paths ["src/clj/" "src/cljc/" "src/cljs/" "resources/"]}
Loading

0 comments on commit e71132d

Please sign in to comment.