Run the dev app sbt "run ." Test the app sbt test Run the compiled app java -jar dist/SimpleSearch.jar . Assemble the app sbt assembly cp target/scala-2.12/SimpleSearch.jar dist/SimpleSearch.jar