pekko/akka-http/build.sbt

14 lines
366 B
Text
Raw Normal View History

import akka._
import com.typesafe.tools.mima.plugin.MimaKeys
import spray.boilerplate.BoilerplatePlugin._
AkkaBuild.defaultSettings
AkkaBuild.experimentalSettings
Formatting.formatSettings
OSGi.http
Dependencies.http
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http").value
Boilerplate.settings
scalacOptions in Compile += "-language:_"