mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Update scala to 2.13.2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
language: scala
|
language: scala
|
||||||
scala:
|
scala:
|
||||||
- 2.13.1
|
- 2.13.2
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk8
|
- openjdk8
|
||||||
|
@ -9,7 +9,7 @@ val elmCompileMode = settingKey[ElmCompileMode]("How to compile elm sources")
|
|||||||
|
|
||||||
val sharedSettings = Seq(
|
val sharedSettings = Seq(
|
||||||
organization := "com.github.eikek",
|
organization := "com.github.eikek",
|
||||||
scalaVersion := "2.13.1",
|
scalaVersion := "2.13.2",
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
"-deprecation",
|
"-deprecation",
|
||||||
"-encoding", "UTF-8",
|
"-encoding", "UTF-8",
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package docspell.joex.process
|
package docspell.joex.process
|
||||||
|
|
||||||
import bitpeace.{Mimetype, MimetypeHint, RangeDef}
|
import bitpeace.{Mimetype, MimetypeHint, RangeDef}
|
||||||
import cats.implicits._
|
|
||||||
import cats.Functor
|
import cats.Functor
|
||||||
import cats.implicits._
|
import cats.implicits._
|
||||||
import cats.effect._
|
import cats.effect._
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package docspell.restserver.webapp
|
package docspell.restserver.webapp
|
||||||
|
|
||||||
import cats.effect._
|
import cats.effect._
|
||||||
import org.http4s._
|
|
||||||
import org.http4s.HttpRoutes
|
import org.http4s.HttpRoutes
|
||||||
import org.http4s.server.staticcontent.webjarService
|
import org.http4s.server.staticcontent.webjarService
|
||||||
import org.http4s.server.staticcontent.NoopCacheStrategy
|
import org.http4s.server.staticcontent.NoopCacheStrategy
|
||||||
|
Reference in New Issue
Block a user