Skip to content

Commit

Permalink
Check CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Vyshniak <[email protected]>
  • Loading branch information
molekyla committed Jan 3, 2024
1 parent 781aafd commit f52017d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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" =>
<artifactId>sbt-bom_2.12_1.0</artifactId>
case _ => n
}
}
new RuleTransformer(rule).transform(node).head
}
publishConfiguration := publishConfiguration.value.withOverwrite(true)
)


ThisBuild / pomExtra :=
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.8

0 comments on commit f52017d

Please sign in to comment.