File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
publication/src/main/scala/hmda/publication/reports/disclosure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ lazy val hmda = (project in file("."))
52
52
query,
53
53
platformTest,
54
54
validation,
55
- census)
55
+ census,
56
+ publication)
56
57
57
58
lazy val model = (crossProject in file(" model" ))
58
59
.settings(hmdaBuildSettings : _* )
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import akka.NotUsed
6
6
import akka .stream .scaladsl .Source
7
7
import hmda .model .publication .reports .ApplicantIncomeEnum ._
8
8
import hmda .publication .reports ._
9
- import hmda .model .publication .reports .ReportTypeEnum .Disclosure
10
9
import hmda .model .publication .reports ._
11
10
import hmda .publication .reports .util .DateUtil ._
12
11
import hmda .publication .reports .util .DispositionType ._
You can’t perform that action at this time.
0 commit comments