You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying cbt for the first time. So far it looks quite promising. But the first thing I wanted to do was to tell cbt which Scala version to use for my project, and that isn't obviously documented anywhere. I looked around in the cbt sources for a while, and eventually figured out that I can add this to my Build class:
override def defaultScalaVersion = "2.12.3"
That works. This seems fundamentally important, so please add documentation about this to the cbt tutorial. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying cbt for the first time. So far it looks quite promising. But the first thing I wanted to do was to tell cbt which Scala version to use for my project, and that isn't obviously documented anywhere. I looked around in the cbt sources for a while, and eventually figured out that I can add this to my Build class:
That works. This seems fundamentally important, so please add documentation about this to the cbt tutorial. Thanks!
The text was updated successfully, but these errors were encountered: