Skip to content

sbt-eclipse 6.0.0

Compare
Choose a tag to compare
@mkurz mkurz released this 23 Sep 14:15
· 41 commits to main since this release
6.0.0
18741af

Version 6.x+ only supports sbt 1.4+. Keep using 5.2.4 or older for previous versions of sbt.
Be aware the groupId and artifact name changed a well:

// For sbt versions >= 1.4.0
addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0")

// For older sbt versions (< 1.4.0)
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

What's Changed

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

New Contributors

Full Changelog: v5.2.4...6.0.0