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
{{ message }}
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
If I have a project which has a default scala version of 2.11 (so IntelliJ will show me the worst case cross compile) and I want to set the slides and documentation to 2.12 (like god intended), then doing the following should work:
scalaVersion in Tut := "2.12.6",
However, this doesn't seem to do anything -- tut still runs in 2.12.6.
If I have a project which has a default scala version of 2.11 (so IntelliJ will show me the worst case cross compile) and I want to set the slides and documentation to 2.12 (like god intended), then doing the following should work:
However, this doesn't seem to do anything -- tut still runs in 2.12.6.