Skip to content

Compliance to sbt

Martin Quinson requested to merge lbeziaud:master into master

Created by: lbeziaud

An sbt build file is provided which is compliant with the new structure.

DemoApp.scala uses getResource instead of a relative path to access files since this is the proper way to access resources.

The "tutorial" is updated to reflect the changes : the project is now launchable by a simple sbt run.

Merge request reports