We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d2e39 commit 8e2747bCopy full SHA for 8e2747b
1 file changed
script/test_libs.clj
@@ -434,10 +434,11 @@
434
:show-deps-fn cli-deps-tree
435
:test-cmds ["bb test-clj"]}
436
{:name "splint"
437
- :version "1.20.0"
+ :version "1.21.0"
438
:platforms [:clj]
439
:github-release {:repo "NoahTheDuke/splint"
440
- :version-prefix "v"}
+ :version-prefix "v"
441
+ :via :tag}
442
:patch-fn deps-edn-v1-patch
443
444
:test-cmds ["clojure -M:dev:test:runner"]}
0 commit comments