You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user$ sbt stage
[info] Loading project definition from /home/user/play-scala-test/project
/home/user/play-scala-test/build.sbt:8: error: reference to Debian is ambiguous;
it is imported twice in the same scope by
import com.typesafe.sbt.SbtNativePackager._
and import _root_.com.typesafe.sbt.packager.debian.DebianPlugin.autoImport._
serverLoading in Debian := ServerLoader.SystemV
^
[error] Type error in expression
The text was updated successfully, but these errors were encountered:
it is imported twice in the same scope by
import com.typesafe.sbt.SbtNativePackager._
and import root.com.typesafe.sbt.packager.debian.DebianPlugin.autoImport._
If you use 1.0.0-M1 I recommend using autoplugins. Your build.sbt looks like this
name :="""play-scala-test"""
enablePlugins(JavaServerAppPackaging)
serverLoading in Debian:=ServerLoader.SystemV
My build.sbt:
My project/plugins.sbt:
The error message:
The text was updated successfully, but these errors were encountered: