Starting with mail settings

This commit is contained in:
Eike Kettner
2020-01-05 00:12:23 +01:00
parent 9020d9aa3b
commit 2e3454c7a1
12 changed files with 519 additions and 4 deletions

View File

@ -148,7 +148,8 @@ val store = project.in(file("modules/store")).
Dependencies.fs2 ++
Dependencies.databases ++
Dependencies.flyway ++
Dependencies.loggingApi
Dependencies.loggingApi ++
Dependencies.emil
).dependsOn(common)
val text = project.in(file("modules/text")).
@ -225,7 +226,8 @@ val backend = project.in(file("modules/backend")).
Dependencies.loggingApi ++
Dependencies.fs2 ++
Dependencies.bcrypt ++
Dependencies.http4sClient
Dependencies.http4sClient ++
Dependencies.emil
).dependsOn(store)
val webapp = project.in(file("modules/webapp")).