玩!框架升级并发症
Play! framework upgrade complications
我目前在 2.0.4 中使用的播放框架。当我尝试使用此命令升级到 2.6.21 时:
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.21")
我收到这个错误:
syntax error near unexpected token `"com.typesafe.play"'
有人能指出为什么会出现这个错误吗?
这不是命令,它是 plugins.sbt
文件中的设置:
我目前在 2.0.4 中使用的播放框架。当我尝试使用此命令升级到 2.6.21 时:
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.21")
我收到这个错误:
syntax error near unexpected token `"com.typesafe.play"'
有人能指出为什么会出现这个错误吗?
这不是命令,它是 plugins.sbt
文件中的设置: