how to configure SBT to pick the desired scala version (2.9)

后端 未结 2 487
再見小時候
再見小時候 2021-01-20 11:44

While creating a project with sbt command it always prompts for the 2.7.X version of scala however I have 2.9.0 and sbt 0.7.7 installed is there a way to configure sbt to pi

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-20 12:21

    In your project directory there should be a file called build.properties. There you can configure SBT to use whatever version you want. When you change the file either exit SBT or use the command reload.

提交回复
热议问题