Skip to content

Commit

Permalink
fix: revert clj dependency of stencil to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed Oct 27, 2023
1 parent d721e95 commit dcd6a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/clojure/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Apache 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.raystack/stencil "0.5.0"]]
[org.raystack/stencil "0.4.0"]]
:plugins [[lein-cljfmt "0.7.0"]]
:global-vars {*warn-on-reflection* true}
:source-paths ["src"]
Expand Down

0 comments on commit dcd6a6a

Please sign in to comment.