Skip to content

Commit b1d2e39

Browse files
authored
maintenance (#395)
* test: bump sci-test Test against latest sci * test libs: bump clojure-mcp
1 parent 9f871e0 commit b1d2e39

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

deps.edn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,11 @@
144144
:graal {:override-deps {org.clojure/clojure {:mvn/version "1.12.1"}}
145145
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}}
146146

147-
148147
:sci-test {:extra-paths ["target/generated/sci-test/src"]
149-
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
150-
:sha "2d90e9c653b30bc00f3c0b0db42fdbd27f3b7a25"}}}
148+
:extra-deps {lread/sci-test
149+
#_ {:local/root "/home/lee/proj/oss/lread/sci-test"}
150+
{:git/url "https://github.com/lread/sci-test.git"
151+
:sha "4ae223f3e1fcada914e178194911c4fdffbf9857" }}}
151152

152153
:native-test {:extra-paths ["target/generated/graal"]}
153154

script/test_libs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
:test-cmds ["bb test"]}
337337
{:name "clojure-mcp"
338338
:platforms [:clj]
339-
:version "0.1.4-alpha"
339+
:version "0.1.5-alpha"
340340
:github-release {:repo "bhauman/clojure-mcp"
341341
:via :tag
342342
:version-prefix "v"}

0 commit comments

Comments
 (0)