Skip to content

Commit e3c8f82

Browse files
committed
Bump dependencies, fix linter warning
1 parent ed52ea8 commit e3c8f82

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/clojure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Setup Java
2121
uses: actions/setup-java@v5

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.2.245" :optional true}
2828
babashka/fs {:mvn/version "0.5.27" :optional true}
2929
babashka/process {:mvn/version "0.6.23" :optional true}
30-
selmer/selmer {:mvn/version "1.12.65" :optional true}
31-
org.babashka/cli {:mvn/version "0.8.66" :optional true}}}
30+
selmer/selmer {:mvn/version "1.12.69" :optional true}
31+
org.babashka/cli {:mvn/version "0.8.67" :optional true}}}
3232

3333
:1.11
3434
{:override-deps {org.clojure/clojure ^:antq/exclude {:mvn/version "1.11.4"}}}

test/net/lewisship/cli_tools_test.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
:cache-dir nil}]
2121
(f))))
2222

23+
#_{:clj-kondo/ignore [:unused-private-var]}
2324
(defn- capture
2425
"Used when output changes to capture new output (the embedded ANSI sequences are hard to work with."
2526
([file result]

0 commit comments

Comments
 (0)