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 {
11221122 lazy val commonDistSettings = packSettings ++ Seq (
11231123 packMain := Map (),
11241124 publishArtifact := false ,
1125+ packGenerateMakefile := false ,
11251126 packExpandedClasspath := true ,
11261127 packResourceDir += (baseDirectory.value / " bin" -> " bin" ),
11271128 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 33// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44
55// 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 " )
77
88addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.21" )
99
10- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.5 " )
10+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.6 " )
1111
1212addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
1313
1414addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
1515
16- addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.9.1 " )
16+ addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.9.3 " )
1717
1818addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.2.27" )
19-
You can’t perform that action at this time.
0 commit comments