My project uses Scala 2.9, so I added
scalaVersion := "2.9.0-1"
into my build.sbt file and run gen-idea . However, IDEA still shows Scala 2.8.1 (in addition to 2.9) in external libraries. Why and how to remove it?
build.sbt
gen-idea
Your application will be compiled with any version of Scala or versions you choose. However, SBT is also a Scala application, and it was compiled with Scala 2.8.1, so it needs the Scala 2.8.1 libraries. This will not affect your application.
Source: https://habr.com/ru/post/1369335/More articles:Complex area, rails 3 - scopeIs a linked perspective incompatible with a top binding? - scalaHow can I reliably convert special characters like E equivalents to HTML using Cocoa? - emailDLL / SO library, how does library memory relate to the calling process? - c ++print a PHP string and parse it as JSON in javascript - jsonSAP Change Program Header? - sapjquery-store id of clicked link in a variable - javascriptHow to generate Cocoa-valued graph using matplotlib in Python on OS X (preferably Leopard) - python.NET Timers, they start at the exact interval or after processing + interval - multithreadingHow to reasonably parse a surname - pythonAll Articles