Skip to content

Commit

Permalink
Switch to garamond fork
Browse files Browse the repository at this point in the history
Fix bugs with generating pom.xml which have required manual intervention
(resulting in accidents when I forget to do so)
  • Loading branch information
SevereOverfl0w committed Dec 17, 2019
1 parent 639d31c commit fb7ed99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

:garamond
{:main-opts ["-m" "garamond.main"]
:extra-deps {com.workframe/garamond {:mvn/version "0.4.0"}}}
:extra-deps {com.workframe/garamond
{:git/url "https://github.com/SevereOverfl0w/garamond.git"
:sha "25b162c759090584d881a4f945144d8d7c06dbfd"}}}

:cljs-repl
{:extra-deps
Expand Down

0 comments on commit fb7ed99

Please sign in to comment.