Skip to content

Commit e2b17cd

Browse files
Update Settings.scala
1 parent 4f691cd commit e2b17cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

project/Settings.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ object Settings {
6565

6666
lazy val sbtPluginSettings: Seq[Setting[?]] = Seq(
6767
moduleName := "sbt-stryker4s",
68-
scriptedLaunchOpts :=
69-
scriptedLaunchOpts.value ++
70-
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
68+
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
7169
(pluginCrossBuild / sbtVersion) := {
7270
scalaBinaryVersion.value match {
7371
case "2.12" => "1.7.0"

0 commit comments

Comments
 (0)