From 781aafd102fe26f97de67846e0178e7c7a7dce80 Mon Sep 17 00:00:00 2001 From: Oleksandr Vyshniak Date: Wed, 3 Jan 2024 09:52:02 +0200 Subject: [PATCH 1/2] Check CI Signed-off-by: Oleksandr Vyshniak --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 58dbf44..3f53460 100644 --- a/build.sbt +++ b/build.sbt @@ -116,6 +116,7 @@ lazy val publishSettings = Seq( } ) + ThisBuild / pomExtra := From f52017dd2d184e6b76c38d692c493bcffcf63654 Mon Sep 17 00:00:00 2001 From: Oleksandr Vyshniak Date: Wed, 3 Jan 2024 09:59:12 +0200 Subject: [PATCH 2/2] Check CI Signed-off-by: Oleksandr Vyshniak --- build.sbt | 13 +------------ project/build.properties | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/build.sbt b/build.sbt index 3f53460..a0930a9 100644 --- a/build.sbt +++ b/build.sbt @@ -103,20 +103,9 @@ lazy val publishSettings = Seq( }, pomIncludeRepository := { _ => false }, publishMavenStyle := true, - publishConfiguration := publishConfiguration.value.withOverwrite(true), - pomPostProcess := { node: XmlNode => - val rule = new RewriteRule { - override def transform(n: XmlNode): XmlNodeSeq = n match { - case e: Elem if e != null && e.label == "artifactId" && e.text == "sbt-bom" => - sbt-bom_2.12_1.0 - case _ => n - } - } - new RuleTransformer(rule).transform(node).head - } + publishConfiguration := publishConfiguration.value.withOverwrite(true) ) - ThisBuild / pomExtra := diff --git a/project/build.properties b/project/build.properties index 46e43a9..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.8