File tree 2 files changed +2
-4
lines changed 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ import java.util.Calendar
8
8
9
9
import scala .reflect .io .Path
10
10
import sbtassembly .AssemblyKeys .assembly
11
- import xerial .sbt .pack .PackPlugin ._
12
- import autoImport ._
11
+ import xerial .sbt .Pack ._
13
12
14
13
import sbt .Package .ManifestAttributes
15
14
@@ -1128,7 +1127,6 @@ object Build {
1128
1127
lazy val commonDistSettings = packSettings ++ Seq (
1129
1128
packMain := Map (),
1130
1129
publishArtifact := false ,
1131
- packGenerateMakefile := false ,
1132
1130
packExpandedClasspath := true ,
1133
1131
packResourceDir += (baseDirectory.value / " bin" -> " bin" ),
1134
1132
packArchiveName := " dotty-" + dottyVersion
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
13
13
14
14
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
15
15
16
- addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.9.1 " )
16
+ addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.8.2 " )
17
17
18
18
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.2.24" )
19
19
You can’t perform that action at this time.
0 commit comments