From 3949021a73389a9f21c7f8c29255b5cc7cd57e7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 15:54:12 +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 ac969d8..9624c67 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val commonSettings = Seq( "-Ywarn-infer-any", "-Ypartial-unification" ), - scalacOptions in (Compile, console) ~= (_.filterNot(_ == "-Ywarn-unused:imports")) + (Compile / console / scalacOptions) ~= (_.filterNot(_ == "-Ywarn-unused:imports")) ) lazy val libraries = Seq( From 2086cb51e09537d53739ba1655987e6647ee9382 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 15:54:12 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0837f7a..bc73906 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.13 +sbt.version=1.10.3