Implement notify-due-items task

This commit is contained in:
Eike Kettner
2020-04-21 21:43:05 +02:00
parent e7b81c701f
commit 2723d6b43b
11 changed files with 215 additions and 10 deletions

View File

@ -303,6 +303,7 @@ val joex = project.in(file("modules/joex")).
Dependencies.emilMarkdown ++
Dependencies.emilJsoup ++
Dependencies.jsoup ++
Dependencies.yamusca ++
Dependencies.loggingApi ++
Dependencies.logging.map(_ % Runtime),
addCompilerPlugin(Dependencies.kindProjectorPlugin),