Skip to content

Commit fd6153a

Browse files
committed
[podman] 5.4.0
1 parent c58c1f3 commit fd6153a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
org.babashka/http-client {:mvn/version "0.4.22"}}
1515
:main-opts ["-m" "cognitect.test-runner"]
1616
:exec-fn cognitect.test-runner.api/test}
17-
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}
17+
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.7" :git/sha "573711e"}
1818
slipset/deps-deploy {:mvn/version "0.2.2"}}
1919
:ns-default build}}}

fetch_api/main.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"v5.2.5"
9797
"v5.3.0"
9898
"v5.3.1"
99-
"v5.3.2"]}})
99+
"v5.3.2"
100+
"v5.4.0"]}})
100101

101102
(def resource-path "resources/contajners")
102103

0 commit comments

Comments
 (0)