File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ Add to your `deps.edn`:
2626
2727``` clojure
2828; ; From Maven Central
29- io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.1.25.2 " }
29+ io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.1.25.3 " }
3030
3131; ; Or git dependency
3232io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url " https://github.com/copilot-community-sdk/copilot-sdk-clojure.git"
33- :git/sha " 0ab91bce0e821d9567bf90b2b7bae20760debc98 " }
33+ :git/sha " a79fa6b9e01a2484282350e40c3a621581ac9eb2 " }
3434```
3535
3636> ** 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.25.2 " )
10+ (def version " 0.1.25.3 " )
1111(def class-dir " target/classes" )
1212
1313(defn- try-sh
You can’t perform that action at this time.
0 commit comments