Beginner's guide to SBT 0.10 and IDEA

前端 未结 3 1846
慢半拍i
慢半拍i 2020-12-23 18:04

I\'m new to SBT and am unsure how to get a project started. Can someone point me to a beginner\'s guide to creating a Hello World type project, or give me some clues?

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 18:46

    I normally put the src into a folder "src/test/scala" and "src/main/scala". sbt-idea will add this folders ase source/test folder in idea.

    sbt itself needs Scala 2.8.1 but this version has nothing to do with the version of your code. If you try to compile some source sbt will download Scala 2.9.0.

提交回复
热议问题