Update scala to 2.13.2

This commit is contained in:
Eike Kettner
2020-04-24 22:24:31 +02:00
parent 33f9fa6711
commit fa10fe3fae
4 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package docspell.joex.process
import bitpeace.{Mimetype, MimetypeHint, RangeDef}
import cats.implicits._
import cats.Functor
import cats.implicits._
import cats.effect._

View File

@ -1,7 +1,6 @@
package docspell.restserver.webapp
import cats.effect._
import org.http4s._
import org.http4s.HttpRoutes
import org.http4s.server.staticcontent.webjarService
import org.http4s.server.staticcontent.NoopCacheStrategy