From d471e1e4ac8d037edca57ee97a85ccc21f7971fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Mar 2025 18:10:56 +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 d8deb485a436d5af50b67a9ed2d6228e96715ef4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Mar 2025 18:11:01 +0000 Subject: [PATCH 2/2] Update sbt, scripted-plugin to 1.10.11 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dbae93b..cc68b53 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.10.11