Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 437 Bytes

maven2sbt

This project has been created to illustrate my presentation From Maven To SBT at ScalaIO Paris 2013

Build Maven Requirements

Maven Command

mvn install

Build SBT Requirements

SBT Command

sbt clean compile it:start test