Skip to content

Commit

Permalink
Bump reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 1, 2024
1 parent 613fbe8 commit 0da3ffc
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,6 +1,6 @@
{:paths ["resources" "src"]
:deps {borkdude/edamame {:mvn/version "1.4.27"}
borkdude/sci.impl.reflector {:mvn/version "0.0.1"}
borkdude/sci.impl.reflector {:mvn/version "0.0.2"}
org.babashka/sci.impl.types {:mvn/version "0.0.2"}}
:aliases
{:examples {:extra-paths ["examples"]}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:url "http://opensource.org/licenses/eclipse-1.0.php"}
:source-paths ["src"]
:dependencies [[org.clojure/clojure "1.9.0"]
[borkdude/sci.impl.reflector "0.0.1"]
[borkdude/sci.impl.reflector "0.0.2"]
[borkdude/edamame "1.4.27"]
[org.babashka/sci.impl.types "0.0.2"]]
:plugins [[lein-codox "0.10.7"]]
Expand Down

0 comments on commit 0da3ffc

Please sign in to comment.