Skip to content

Commit

Permalink
automatic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 13, 2024
1 parent 80c68d0 commit e32dcba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validation_delaguardo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn', 'bb.edn') }}
restore-keys: cljdeps-
- name: Test
working-directory: clojure/
run: bb wf-4 -ibawl -d :common-test

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.0.2-la"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.0.2-2-la"}}
: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,8 +1,8 @@
{:aliases
{: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 "3.0.2-la"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.0.2-la"}}}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.0.2-2-la"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.0.2-2-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"}
Expand All @@ -18,7 +18,7 @@
:extra-paths ["test/clj" "test/cljc" "test/resources"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/test/config.edn" "-Dhephaistox-in-test=true"]}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0-la"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0-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 @@ -35,7 +35,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.4.0-la"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0-2-la"}
org.clojure/clojure #:mvn{:version "1.11.4"}
thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}}
:paths ["src/clj" "src/cljc" "resources" "src/cljs"]}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>org.clojars.hephaistox</groupId>
<artifactId>automaton-optimization</artifactId>
<version>2.2.0-la</version>
<version>2.2.0-2-la</version>
<name>automaton-optimization</name>
<dependencies>
<dependency>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.clojars.hephaistox</groupId>
<artifactId>automaton-core</artifactId>
<version>1.4.0-la</version>
<version>1.4.0-2-la</version>
</dependency>
<dependency>
<groupId>kixi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
;; Last generated version, note a failed push consume a number
{:version "2.2.0-la"}
{:version "2.2.0-2-la"}

0 comments on commit e32dcba

Please sign in to comment.