guardian / facia-scala-client

Low level client for the Facia JSON API
Other
2 stars 1 forks source link

Sbt 1.0 and crossScalaVersions #200

Closed TBonnin closed 7 years ago

TBonnin commented 7 years ago

Upgrade to sbt 1.0 An issue in sbt 0.13.5 prevented us to crosscompile some libs aggregated in a root project (See: sbt/sbt#1448) This issue has been fixed in sbt 1.0 (See: sbt/sbt#3698)

Also explicitely set scalaVersion and crossScalaVersions on every project

alexduf commented 7 years ago

Looks good to me!