Skip to content

Commit

Permalink
project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 1, 2024
1 parent 8cce333 commit 613fbe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion reflector/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project.clj

9 changes: 9 additions & 0 deletions reflector/project.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(defproject borkdude/sci.impl.reflector "0.0.2"
:dependencies [[org.clojure/clojure "1.9.0"]]
:description "JVM reflection support for SCI"
:licence "MIT"
:java-source-paths ["src"]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_user
:password :env/clojars_pass
:sign-releases false}]])

0 comments on commit 613fbe8

Please sign in to comment.