Failing to include com.typesafe in build.sbt (for Scala and spray on Heroku)

前端 未结 1 1174
情深已故
情深已故 2021-01-06 16:15

Trying to bootstrap my boilerplate Scala Spray project on Heroku, I am trying to add the necessary tweaks to my local project as per the Heroku documentation. The spray boil

1条回答
  •  自闭症患者
    2021-01-06 16:45

    Looks like this combination works with sbt 0.12.0 but not 0.12.4 nor 0.13.0.... changing the sbt project to 0.12.0 makes it work.

    0 讨论(0)
提交回复
热议问题