Skip to content

Commit

Permalink
Bump to 0.1.6 pod
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 19, 2024
1 parent b0ff7da commit f5a4aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/tools/build/util/pod.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

(or (try (requiring-resolve 'clojure.tools.deps/create-basis)
(catch Exception _ nil)) ;; pod is loaded via bb.edn
(pods/load-pod 'org.babashka/tools-deps-native "0.1.4"))
(pods/load-pod 'org.babashka/tools-deps-native "0.1.6"))
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(def version "1.0.0")


#_(deftest test-install-no-pom
(deftest test-install-no-pom
(with-test-dir "test-data/p1"
(let [classes "target/classes"
jar-path "target/output.jar"
Expand Down

0 comments on commit f5a4aca

Please sign in to comment.