Skip to content

Commit

Permalink
Small touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Feb 1, 2024
1 parent 66cba27 commit 7311f11
Show file tree
Hide file tree
Showing 4 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,5 +1,5 @@
;; The file is updated automatically
{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.104-la"}}
{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.106-la"}}
:paths []
:tasks
{:requires
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:aliases
{:bb-deps {:extra-deps #:org.clojars.hephaistox{automaton-build
#:mvn{:version "0.0.104-la"}}}
#:mvn{:version "0.0.106-la"}}}
:build {:extra-deps #:org.clojars.hephaistox{automaton-build
#:mvn{:version "0.0.104-la"}}}
#:mvn{:version "0.0.106-la"}}}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
cider/cider-nrepl #:mvn{:version "0.30.0"}
thheller/shadow-cljs #:mvn{:version "2.26.2"}}
Expand Down
2 changes: 1 addition & 1 deletion 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-core</artifactId>
<version>0.0.72-la</version>
<version>0.0.73-la</version>
<name>automaton-core</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions version.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Last generated version, note a failed push consume a number
{:major-version "0.0.-1-la"
:minor-version 72
:version "0.0.72-la"}
:minor-version 73
:version "0.0.73-la"}

0 comments on commit 7311f11

Please sign in to comment.