eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to cross-compile with scalaxb?

matepek opened this issue · comments

Hello,

We using crossScalaVersions := Seq("2.11.8", "2.12.8").
When I +compile, clearly just one of the versions are generated.

Do I miss some special settings?

crossScalaVersions := Seq("2.11.8", "2.12.8") should be enough. Do you have an example that reproduces your issue?