Skip to content

Commit b5d04d1

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 41924b7 + 3d36ff5 commit b5d04d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3232
io.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.

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)