Various changes to make this package compile with sbt v1.0
This commit is contained in:
Родитель
523f633389
Коммит
4f1f60414e
|
@ -1,6 +1,8 @@
|
|||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
import sys.process._;
|
||||
|
||||
resolvers ++= Seq(
|
||||
"Conjars" at "http://conjars.org/repo",
|
||||
"Artima Maven Repository" at "http://repo.artima.com/releases",
|
||||
|
@ -51,7 +53,7 @@ dockerfile in docker := {
|
|||
}
|
||||
|
||||
// make run command include the provided dependencies
|
||||
run in Compile <<= Defaults.runTask(fullClasspath in Compile, mainClass in (Compile, run), runner in (Compile, run))
|
||||
run in Compile := { Defaults.runTask(fullClasspath in Compile, mainClass in (Compile, run), runner in (Compile, run)) }
|
||||
|
||||
// exclude Scala library from assembly
|
||||
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
|
||||
|
||||
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
|
||||
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
|
||||
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.1")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
|
||||
|
||||
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
|
||||
|
||||
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.0")
|
||||
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.2")
|
||||
|
||||
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.27")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче