cloudify / sPDF

Create PDFs from Scala using plain old HTML and CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit.
Other
199 stars 53 forks source link

make crossbuild available for scala 2.11 #10

Closed cvrabie closed 10 years ago

cvrabie commented 10 years ago

Fixes issue https://github.com/cloudify/sPDF/issues/6 Had to select the scalatest dependency version based on the crossbuild version. Also had to pull scala-xml as an additional dependency in the 2.11.x crossbuild as it was moved out of core scala.

cvrabie commented 10 years ago

PS: I don't think we need all those crossbuilds for minor versions as they're backwards compatible between each other. We should just pick the latest one from each major: "2.9.3", "2.10.4" and "2.11.2"

cloudify commented 10 years ago

Hi @cvrabie,

thanks for the PR! Yes you're right, feel free to update it and remove all the minor versions in the cross-build.

cloudify commented 10 years ago

I've merged the PR and released a version for scala 2.9, 2.10 and 2.11