Why does sbt fail with NoClassDefFoundError: play/Play$ in Play 2.2.x projects after sbt compile in Play 2.3 project?

后端 未结 5 762
慢半拍i
慢半拍i 2020-12-17 17:50

Once I run \'sbt compile\' on a 2.3 play project, I can\'t use \'sbt compile\' to compile any Play 2.2.x projects anymore. This is the error when I run sbt command.

5条回答
  •  再見小時候
    2020-12-17 18:23

    Play 2.3 app is supposed to be built using activator, to ensure proper sbt configuration. Best

提交回复
热议问题