Skip to content

Commit

Permalink
prep for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 31, 2023
1 parent 6d7bb84 commit 6a3f903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ TL;DR: add the following dependency and then start a REPL with `clj -M:dev/repl`
{:dev/repl
{:extra-deps
{io.github.seancorfield/dot-clojure
{:git/tag "v1.0.1"
:git/sha "e932f96"}}
{:git/tag "v1.0.2-alpha"
:git/sha "6d7bb84"}}
:main-opts ["-e" "((requiring-resolve 'org.corfield.dev.repl/start-repl))"]}}
```

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
;; - clojure -M:fig:build:dev/repl
:dev/repl {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
:extra-deps {io.github.seancorfield/dot-clojure
{:git/tag "v1.0.1"
:git/sha "e932f96"}}
{:git/tag "v1.0.2-alpha"
:git/sha "6d7bb84"}}
: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 6a3f903

Please sign in to comment.