Skip to content

Commit 8e2747b

Browse files
authored
test libs: bump splint (#396)
Detect new splint versions by tag instead of release, because sometimes, someone, not naming names, forgets to create a release for splint.
1 parent b1d2e39 commit 8e2747b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/test_libs.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,11 @@
434434
:show-deps-fn cli-deps-tree
435435
:test-cmds ["bb test-clj"]}
436436
{:name "splint"
437-
:version "1.20.0"
437+
:version "1.21.0"
438438
:platforms [:clj]
439439
:github-release {:repo "NoahTheDuke/splint"
440-
:version-prefix "v"}
440+
:version-prefix "v"
441+
:via :tag}
441442
:patch-fn deps-edn-v1-patch
442443
:show-deps-fn cli-deps-tree
443444
:test-cmds ["clojure -M:dev:test:runner"]}

0 commit comments

Comments
 (0)