File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import com.earldouglas.xsbtwebplugin._
2929 import WebappPlugin ._
3030import Distributor .{ Keys => DistribKeys , distribSettings }
3131import sbtassembly .AssemblyPlugin ._
32- import sbtassembly .AssemblyKeys ._
32+ import sbtassembly .AssemblyPlugin . autoImport ._
3333
3434object BuildDef extends Build with VersionSystem {
3535
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import com.earldouglas.xsbtwebplugin.PluginKeys._
2626import sbt .classpath .ClasspathUtilities
2727import Project .Initialize
2828
29- import sbtassembly .AssemblyKeys .assembly
29+ import sbtassembly .AssemblyPlugin . autoImport .assembly
3030
3131import java .nio .file .{ Files , StandardCopyOption }
3232
Original file line number Diff line number Diff line change 11// webplugin
22addSbtPlugin(" com.earldouglas" % " xsbt-web-plugin" % " 0.9.0" )
33
4- // sbt- eclipse
5- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 2.5 .0" )
4+ // eclipse plugin
5+ addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 4.0 .0" )
66
77// IntelliJ IDEA plugin
88addSbtPlugin(" com.github.mpeltonen" % " sbt-idea" % " 1.6.0" )
99
1010// sbt-dependency-graph
1111addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.7.4" )
1212
13- // sbt-assembly
14- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.12.0" )
13+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.0" )
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ organization := "com.secdec"
44
55version := " 0.1"
66
7+ scalaVersion := " 2.10.4"
8+
79sbtPlugin := true
810
911libraryDependencies += " org.apache.commons" % " commons-compress" % " 1.9"
You can’t perform that action at this time.
0 commit comments