about sbt-sdlc
sbt-sdlc is an sbt plugin, originally developed at then-Typesafe in 2014 by Stefan Zeiger (@szeiger), to check Scaladoc links.
sbt-sdlc 0.3.0 is cross published to Maven Central for both sbt 1.x and sbt 0.13. Using sbt 1.9.0-M1, sbt 1.x plugin is published for both the traditional POM-inconsistent style (i.e. sbt-sdlc-0.3.0.pom
) and POM-consistent style (i.e. sbt-sdlc_2.12_1.0-0.3.0.pom
, thanks to @adpi2 at Scala Center):
sbt version | POM inconsistent | POM consistent |
---|---|---|
1.x | ✅ | ✅ |
0.13 | ✅ | n/a |
change with compatibility implications
behind the scene
Full Changelog: v0.2...v0.3.0