Skip to content

Commit

Permalink
depend on stable SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 31, 2023
1 parent 9e52ad1 commit 12c4683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ TL;DR: add the following dependency and then start a REPL with `clj -M:dev/repl`
:aliases
{:dev/repl
{io.github.seancorfield/dot-clojure
{:git/tag "v1.0.0"
:git/sha "799b492"}}}
{:git/sha "9e52ad127712b3f0646a744af231dce7e61249c5"}}}
```

## Basic Tools
Expand Down
3 changes: 1 addition & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
;; - clojure -M:fig:build:dev/repl
:dev/repl {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
:extra-deps {io.github.seancorfield/dot-clojure
{:git/tag "v1.0.0"
:git/sha "799b492"}}
{:git/sha "9e52ad127712b3f0646a744af231dce7e61249c5"}}
:main-opts ["-e" "((requiring-resolve 'org.corfield.dev.repl/start-repl))"]}
;; - in case you need precompiled code on your classpath:
:classes {:extra-paths ["classes"]}
Expand Down

0 comments on commit 12c4683

Please sign in to comment.