Skip to content

Commit

Permalink
Bump splint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Jul 26, 2023
1 parent 10e9771 commit e359b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks:

lint:splint:
desc: Lint source code using splint
cmd: clojure -M:splint src test
cmd: clojure -M:splint

check:
desc: Check for reflection using clj-check
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
:splint
{:deps
{io.github.noahtheduke/splint
{:git/tag "v1.9.0"
:git/sha "b831d17"}}
{:git/tag "v1.10.0"
:git/sha "06f5eb1"}}
:main-opts ["-m" "noahtheduke.splint"]}
:test
{:extra-deps
Expand Down

0 comments on commit e359b6e

Please sign in to comment.