Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imports are wrong in Getting started doc #511

Closed
ochrons opened this issue Mar 2, 2015 · 0 comments
Closed

Imports are wrong in Getting started doc #511

ochrons opened this issue Mar 2, 2015 · 0 comments
Labels
documentation Documentation should be extended or updated

Comments

@ochrons
Copy link

ochrons commented Mar 2, 2015

Getting started says that you need

import com.typesafe.sbt.SbtNativePackager.autoImport._

in your build.scala file to use the plugins. In reality you need

import com.typesafe.sbt.packager.archetypes._

for the archetypes and

import com.typesafe.sbt.SbtNativePackager

for the plain plugin.

@muuki88 muuki88 added the documentation Documentation should be extended or updated label Mar 2, 2015
@muuki88 muuki88 closed this as completed Mar 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be extended or updated
Projects
None yet
Development

No branches or pull requests

2 participants