From 18b480135594029146a789b9181f03569140fdc4 Mon Sep 17 00:00:00 2001 From: kaspazza Date: Tue, 20 Aug 2024 13:58:58 +0200 Subject: [PATCH] automatic commit --- .github/workflows/commit_validation.yml | 2 +- bb.edn | 2 +- deps.edn | 8 ++++---- pom.xml | 4 ++-- version.edn | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/commit_validation.yml b/.github/workflows/commit_validation.yml index 5f75abb..e8b0283 100644 --- a/.github/workflows/commit_validation.yml +++ b/.github/workflows/commit_validation.yml @@ -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-optimization:2.0.6-2-la + uses: docker://hephaistox/gha-automaton-optimization:2.0.6-3-la diff --git a/bb.edn b/bb.edn index bfd2f92..9a3be76 100644 --- a/bb.edn +++ b/bb.edn @@ -1,5 +1,5 @@ ;; The file is updated automatically -{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.1-2-la"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.1-3-la"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index 1c979d1..d68c35f 100644 --- a/deps.edn +++ b/deps.edn @@ -1,8 +1,8 @@ {:aliases {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build - #:mvn{:version "2.0.1-2-la"}}} + #:mvn{:version "2.0.1-3-la"}}} :build {:extra-deps {org.clojars.hephaistox/automaton-build - #:mvn{:version "2.0.1-2-la"}}} + #:mvn{:version "2.0.1-3-la"}}} :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"} @@ -21,7 +21,7 @@ :jvm-opts ["-Dheph-conf=env/test/config.edn,env/test/config.edn"]} :env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version - "1.2.8-2-la"}} + "1.2.8-3-la"}} :extra-paths ["env/development/resources" "env/development/src/clj" "env/development/src/cljc"] @@ -42,7 +42,7 @@ "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.2.8-2-la"} + org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.8-3-la"} org.clojure/clojure #:mvn{:version "1.11.2"} thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}} :paths ["src/clj" "src/cljc" "resources" "src/cljs"]} diff --git a/pom.xml b/pom.xml index b819c29..4ac5640 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-optimization - 2.0.6-2-la + 2.0.6-3-la automaton-optimization @@ -20,7 +20,7 @@ org.clojars.hephaistox automaton-core - 1.2.8-2-la + 1.2.8-3-la kixi diff --git a/version.edn b/version.edn index c6087f1..805fa25 100644 --- a/version.edn +++ b/version.edn @@ -1,2 +1,2 @@ ;; Last generated version, note a failed push consume a number -{:version "2.0.6-2-la"} \ No newline at end of file +{:version "2.0.6-3-la"} \ No newline at end of file