sbt / sbt-xjc

SBT plugin to compile an XML Schema with XJC
Other
15 stars 14 forks source link

Please publish a SBT 0.13 version of this plugin #6

Closed asdcdow closed 11 years ago

asdcdow commented 11 years ago

Now that SBT 0.13 has been released it would be nice to upgrade my projects that depend on this plugin

retronym commented 11 years ago
addSbtPlugin("org.scala-sbt.plugins" % "sbt-xjc" % "0.5")

Note the new group ID.

That version is cross published for SBT 0.12 and 0.13.

asdcdow commented 11 years ago

Thanks!