When compiling a project that includes 0.4.1 I get:
java.lang.RuntimeException: No such var: tagged/message-out, compiling: (fink_nottle/internal/sqs.cljc:45:18)
other:guru-etl [master] keith $ jar -tf /Users/keith/.m2//repository/io/nervous/fink-nottle/0.4.1/fink-nottle-0.4.1.jar |grep tagged
fink_nottle/sqs/tagged.cljc
fink_nottle/sqs/tagged.clj
the file tagged.clj contains only a namespace decl. it appears to be clobbering tagged.cljc.
When compiling a project that includes 0.4.1 I get: java.lang.RuntimeException: No such var: tagged/message-out, compiling: (fink_nottle/internal/sqs.cljc:45:18)
the file tagged.clj contains only a namespace decl. it appears to be clobbering tagged.cljc.
my deps: