Skip to content

Error related to repositoriesTask #1276

Answered by lefou
lilyevsky asked this question in Q&A
Discussion options

You must be logged in to vote

It's probably because you used the T {} macros which is supposed to create a Target, whereas def repositoriesTask: Task[Seq[Repository[]] expects an anonymous Task. Just use the T.task {} macro, and you should be fine. No upickle reader-writer is needed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lilyevsky
Comment options

Answer selected by lefou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants