From fc2ff3fcf27dcb46baad29811879933afbaa2ec2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 15:42:14 +0000 Subject: [PATCH 1/2] Applied Scalafix rule(s) https://gist.githubusercontent.com/eed3si9n/57e83f5330592d968ce49f0d5030d4d5/raw/7f576f16a90e432baa49911c9a66204c354947bb/Sbt0_13BuildSyntax.scala See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4b1dbf..20d0729 100644 --- a/build.sbt +++ b/build.sbt @@ -144,7 +144,7 @@ lazy val commonSettings = "-Ybackend-parallelism","8", // Scala 2.12.5 compiler flag to run some compilation tasks in parallel "-Ywarn-value-discard" // Warn when non-Unit expression results are unused. ), - scalacOptions in (Test) --= Seq("-Ywarn-unused:params"), + (Test / scalacOptions) --= Seq("-Ywarn-unused:params"), Compile / unmanagedSourceDirectories := Seq((Compile / scalaSource).value), Test / unmanagedSourceDirectories := Seq((Test / scalaSource).value) ) From ec386c90af6401612254864d8beee433baf5befa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 15:42:14 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dca663d..be54e77 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.2.8 +sbt.version = 1.10.0