xsbt Web プラグインを 0.9.0 から 1.0.0-M7 にアップグレードしました。ただし、私の build.scala はコンパイルできなくなりました。次のようにして桟橋ポートを設定しています。
import com.earldouglas.xsbtwebplugin.PluginKeys.port
import com.earldouglas.xsbtwebplugin.WebPlugin.{container, webSettings}
... // in my Build object
def Conf = config("container")
def jettyPort = 8081
しかし、アップグレード後、コンパイラはインポートを見つけることができなくなり、以下のエラーが表示されます。このポートを設定する正しい方法の更新されたサンプルを見つけることができませんでした。
ありがとうデス
import com.earldouglas.xsbtwebplugin.PluginKeys.port
[error] ^
[error] .../project/build.scala:9: object xsbtwebplugin is not a member of package com.earldouglas