From b19f6b04b7d805ddd04326ed38d3a79f00db10d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Jul 2025 03:06: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 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 8c9c2cc7accdea71186bfcf61b0118a348d7673a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Jul 2025 03:06:36 +0000 Subject: [PATCH 2/2] Update sbt, scripted-plugin to 1.11.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dbae93b..c02c575 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.11.3