Run the dev appsbt "run ."Test the appsbt testRun the compiled appjava -jar dist/SimpleSearch.jar .Assemble the appsbt assembly cp target/scala-2.12/SimpleSearch.jar dist/SimpleSearch.jar