Sbt - problem with Windows

I 've installed the latest version of sbt - 1.8.2 however my terminal from VS Code Shows me I have an 1.8.0 version. Due to this, I cannot use some functions in my assigment so my question is how can “convince” Windows to accept the 1.8.2 version?

Perhaps your project has a project/build.properties file specifying 1.8.0?

The sbt command is just a launch script that will launch any version of sbt specified by that file.

1 Like