diff --git a/build.sbt b/build.sbt index 58dbf44..a0930a9 100644 --- a/build.sbt +++ b/build.sbt @@ -103,17 +103,7 @@ 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