Https://www.scala-sbt.org/sbt-native-packager/ is oudated

Hi everyone,

Someone was raising an issue in the sbt-native-packager repo about sbt failing to resolve the sbt-native-packager lib (See Unable to use the plugin - Error downloading com.typesafe.sbt:sbt-native-packager;sbtVersion=1.0;scalaVersion=2.12:1.9.4 · Issue #1526 · sbt/sbt-native-packager · GitHub)

He was using this documentation: SBT Native Packager — sbt-native-packager 1.9.0 documentation
The official documentation of sbt-native-packager (the one linked in its repo) seems to be: SBT Native Packager — sbt-native-packager 1.0a1 documentation

The SBT Native Packager — sbt-native-packager 1.9.0 documentation one is outdated. It’s still for example telling people to use: addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "x.y.z"), while the namespace of SNP has changed: addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "x.y.z")

Can we update this SBT Native Packager — sbt-native-packager 1.9.0 documentation documentation?
Or even maybe removing it? As it seems to be a duplicate of the “official” one.

Cheers,
Jules

I opened a ticket about this a while back: Remove out-of-date native packager documentation from scala-sbt.org · Issue #1504 · sbt/sbt-native-packager · GitHub

1 Like