Fix incremental compilation problem caused by Slick.

This is temporary fix to decrease compilation time in development. Therefore this fix will be reverted in the future to add multiple database support capability.
This commit is contained in:
Naoki Takezoe
2014-07-27 03:31:45 +09:00
parent 34e299bf52
commit 121b6ee641
13 changed files with 17 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
package service
import model._
import simple._
import profile.simple._
// TODO [Slick 2.0]NOT import directly?
import model.dateColumnType