Home > Back-end >  Which namespace is correct, "com.typesafe.sbt" or "com.github.sbt"?
Which namespace is correct, "com.typesafe.sbt" or "com.github.sbt"?

Time:03-23

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?

CodePudding user response:

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

  • Related