Which namespace is correct, "com.typesafe.sbt" or "com.github.sbt"?

364 Views Asked by At

www.scala-sbt.org uses the "com.typesafe.sbt" namespace for sbt-native-packager, sbt-native-packager.readthedocs.io uses the "com.github.sbt" namespace. Both sites appear to be official, but which one should I follow?

1

There are 1 best solutions below

1
Luis Miguel Mejía Suárez On BEST ANSWER

It seems com.github.sbt is the repository of the new releases: https://github.com/scala-steward-org/scala-steward/pull/2263