Skip to content

Commit

Permalink
Bump cider and nrepl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markokocic committed Feb 13, 2024
1 parent bbcacbe commit 10552e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/deps-template/resources/io/github/kit_clj/kit/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
com.xtdb/xtdb-http-server {:mvn/version "1.21.0-beta3"}<%endif%>
}
:extra-paths ["env/dev/clj" "env/dev/resources" "test/clj"]}
:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}}
:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}}
:main-opts ["-m" "nrepl.cmdline" "-i"]}
:cider {:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
cider/cider-nrepl {:mvn/version "0.37.1"}}
:cider {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.45.0"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]" "-i"]}

:test {:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
Expand Down

0 comments on commit 10552e7

Please sign in to comment.