From d8b45fea528a5825b4b702798b33af17a9d5c9a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Oct 2025 00:37:57 +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 01d3dc91c6b45eff9fef9677125878f41307eb16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Oct 2025 00:38:10 +0000 Subject: [PATCH 2/2] Update sbt, scripted-plugin to 1.11.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dbae93b..01a16ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.11.7