We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8df4b commit 53169b3Copy full SHA for 53169b3
2 files changed
CHANGELOG.org
@@ -5,6 +5,7 @@
5
- health: remove FUNDING.yaml and use Practicalli Org file
6
- readme: update sponsorship link to practicalli-johnny account
7
- readme: update common tasks table
8
+ - deprecated: :repl/rebel-remote no longer connecting to remote repl state
9
10
** Updated
11
- alias: project/create latest practicalli project-template release
deps.edn
@@ -205,6 +205,7 @@
205
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}}
206
:main-opts ["--main" "nrepl.cmdline" "--connect"]}
207
208
+ ;; DEPRECATED - not connecting to remote repl state
209
;; clojure -M:repl/rebel-remote --host hostname --port 12345
210
:repl/rebel-remote
211
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
0 commit comments