File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1122,6 +1122,7 @@ object Build {
1122
1122
lazy val commonDistSettings = packSettings ++ Seq (
1123
1123
packMain := Map (),
1124
1124
publishArtifact := false ,
1125
+ packGenerateMakefile := false ,
1125
1126
packExpandedClasspath := true ,
1126
1127
packResourceDir += (baseDirectory.value / " bin" -> " bin" ),
1127
1128
packArchiveName := " dotty-" + dottyVersion
Original file line number Diff line number Diff line change 1
- sbt.version =1.0.3
1
+ sbt.version =1.0.4
Original file line number Diff line number Diff line change 3
3
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
4
4
5
5
// Scala IDE project file generator
6
- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 5.2.3 " )
6
+ addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 5.2.4 " )
7
7
8
8
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.21" )
9
9
10
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.5 " )
10
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.6 " )
11
11
12
12
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
13
13
14
14
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
15
15
16
- addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.9.1 " )
16
+ addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.9.3 " )
17
17
18
18
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.2.27" )
19
-
You can’t perform that action at this time.
0 commit comments