Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@stringbean stringbean released this 28 Jun 14:36
· 1 commit to main since this release

Add compatibility with pre-3.0 versions of Jandex.

Warning
The Jandex dependency is not included by default and needs to be added to plugins.sbt.

Old plugins.sbt:

addSbtPlugin("software.purpledragon" % "sbt-jandex" % "1.1.0")

New plugins.sbt:

addSbtPlugin("software.purpledragon" % "sbt-jandex" % "1.1.0")
libraryDependencies += "io.smallrye" % "jandex" % "3.1.2"