Skip to content

Commit 9d08c38

Browse files
committed
Bump sbt plugins version
1 parent b4356c8 commit 9d08c38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.0.3
1+
sbt.version=1.0.4

project/plugins.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
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

88
addSbtPlugin("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

1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
1313

1414
addSbtPlugin("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

1818
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
19-

0 commit comments

Comments
 (0)