From 9e46694f87abd02d6dd219023bcd3eb8cf36cce6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Jun 2025 16:37:50 +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 30a619f..29aadb0 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ publishTo := { Some("releases" at nexus + "service/local/staging/deploy/maven2") } -publishArtifact in Test := false +(Test / publishArtifact) := false pomIncludeRepository := { _ => false } pomExtra := From a915ee5f3f38572bc6ccc817a9e918ed98580315 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Jun 2025 16:37:54 +0000 Subject: [PATCH 2/2] Update sbt, scripted-plugin to 1.11.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dbae93b..61c9b1c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.11.1