Update doobie, use legacy java.time conversions

This commit is contained in:
Eike Kettner
2019-12-31 13:00:16 +01:00
parent 65641d1347
commit d05e919eb4
4 changed files with 13 additions and 14 deletions

View File

@ -7,6 +7,8 @@ import docspell.common.Timestamp
import docspell.common._
import doobie._
//import doobie.implicits.javatime._
import doobie.implicits.legacy.instant._
import doobie.util.log.Success
import io.circe.{Decoder, Encoder}
import docspell.common.syntax.all._