I have an sbt
project with Scala 2.12.12.
Working with the worksheet (REPL), i decided to check the Scala version, and typed the following:
util.Properties.versionString
To my surprise i got
res7: String = version 2.12.7
Any idea how is that possible?
EDIT1
Is there a way to ensure that the version of the Worksheet is the same as the one set in the sbt project? Am i looking at the wrong values?