Skip to content

Commit b8a2a67

Browse files
authored
maintenance (#402)
* ci: test: bump graal to 24.0.2 * test: bump shadow-cljs * test-libs: bump clerk * test-libs: bump clojure-mcp Was not automatically detected because v0.1.7-alpha-pre sorts as later than v0.1.7-alpha.
1 parent 5fb3381 commit b8a2a67

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/native-image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ windows, ubuntu, macos ]
20-
java-version: [ '24' ]
20+
java-version: [ '24.0.2' ]
2121
test: [ native, native-sci ]
2222
clojure-version: [ '1.12' ]
2323

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"karma-cljs-test": "^0.1.0",
77
"karma-junit-reporter": "^2.0.0",
88
"karma-spec-reporter": "^0.0.36",
9-
"shadow-cljs": "^3.1.7"
9+
"shadow-cljs": "^3.1.8"
1010
}
1111
}

script/test_libs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
:show-deps-fn cli-deps-tree
274274
:test-cmds ["clojure -M:test"]}
275275
{:name "clerk"
276-
:version "0.18.1142"
276+
:version "0.18.1150"
277277
:platforms [:clj]
278278
:github-release {:repo "nextjournal/clerk"
279279
:via :tag
@@ -316,7 +316,7 @@
316316
:test-cmds ["bb test"]}
317317
{:name "clojure-mcp"
318318
:platforms [:clj]
319-
:version "0.1.7-alpha-pre"
319+
:version "0.1.7-alpha"
320320
:github-release {:repo "bhauman/clojure-mcp"
321321
:via :tag
322322
:version-prefix "v"}

0 commit comments

Comments
 (0)