File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Add to your `deps.edn`:
2727
2828``` clojure
2929; ; From Maven Central
30- io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.1.32.0 " }
30+ io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.1.32.1 " }
3131
3232; ; Or git dependency
3333io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url " https://github.com/copilot-community-sdk/copilot-sdk-clojure.git"
34- :git/sha " 11154f0973d5deb88c53b09143eff3bc10229a78 " }
34+ :git/sha " 212e671408cfa9f9f3d6eb9a609251bddf0b986c " }
3535```
3636
3737> ** Note:** The Clojars artifact ` net.clojars.krukow/copilot-sdk ` is deprecated.
Original file line number Diff line number Diff line change 77 (:import [java.io File]))
88
99(def lib 'io.github.copilot-community-sdk /copilot-sdk-clojure )
10- (def version " 0.1.32.0 " )
10+ (def version " 0.1.32.1 " )
1111(def class-dir " target/classes" )
1212
1313(defn- try-sh
You can’t perform that action at this time.
0 commit comments