I'm trying to add org.json.simple.
I have created my lib folder in root and added the jar file and restarted my project with sbt run.
I still get package org.json.simple does not exist.
I tried to add to the build.sbt (this did not work):
libraryDependencies += "org.json.simple.JSONArray% "JSONArray" % "3.1.1"
libraryDependencies += "org.json.simple.JSONObject% "JSONObject" % "3.1.1"
IDE: VS Code
System: MAC