Skip to content

Commit

Permalink
Upgrade org.clojure/tools.cli version to 1.1.230
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaitami committed Jun 7, 2024
1 parent e3330b3 commit 1145cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:deps {org.clojure/tools.cli {:mvn/version "1.0.219"}}}
{:deps {org.clojure/tools.cli {:mvn/version "1.1.230"}}}
2 changes: 1 addition & 1 deletion tldr.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
"exec" "plk" "-Sdeps" "{:deps {org.clojure/tools.cli {:mvn/version \"1.0.219\"}}}" "-sf" "$0" "$@"
"exec" "plk" "-Sdeps" "{:deps {org.clojure/tools.cli {:mvn/version \"1.1.230\"}}}" "-sf" "$0" "$@"

(ns tldr.core
"A planck based command-line client for tldr"
Expand Down

0 comments on commit 1145cc2

Please sign in to comment.