Ubuntu – How to add external jar files in build.sbt in intellij idea?
I was trying to use openCV in Intellij Idea (scala), for that I've downloaded openCV from their official website - and after installing openCV I got opencv-480.jar file in build/bin. For installation I have done (in Ubuntu): $ sudo apt…