davidB / scala-archetype-simple

a simple maven archetype for project in scala
Creative Commons Zero v1.0 Universal
109 stars 95 forks source link

fix not compiled due to make:transitive falg #12

Closed maximn closed 8 years ago

maximn commented 8 years ago

When run mvn compile was getting -

[ERROR] scalac error: bad option: '-make:transitive'

this fix it and make compilation to succeed.

davidB commented 8 years ago

thx