Releases: sbt/sbt-eclipse
Releases · sbt/sbt-eclipse
sbt-eclipse 6.2.0
sbt-eclipse 6.1.0
Noteworthy
- Implement JDT compiler settings writing by @spangaer in #407
- Also test with Java 21 and 17 by @mkurz in #422
Pull requests merged
- Update scalatest to 3.2.14 by @scala-steward in #406
- Update sbt to 1.7.2 by @scala-steward in #405
- Update sbt-ci-release to 1.5.11 by @scala-steward in #408
- Update sbt to 1.7.3 by @scala-steward in #409
- Update sbt to 1.8.0 by @scala-steward in #410
- Update scalaz-core, scalaz-effect to 7.2.35 by @scala-steward in #411
- Update sbt to 1.8.2 by @scala-steward in #413
- Update scalatest to 3.2.15 by @scala-steward in #414
- Update sbt-ci-release to 1.5.12 by @scala-steward in #415
- Upgrade versions of workflows by @mkurz in #416
- Update scalatest to 3.2.17 by @scala-steward in #420
- Update scala-library to 2.12.18 by @scala-steward in #419
- Update sbt to 1.9.7 by @scala-steward in #417
New Contributors
Full Changelog: 6.0.0...6.1.0
sbt-eclipse 6.0.0
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
- Improved support for multiple scala versions by @daenenk in #356
- Update README.md by @hyviquel in #366
- Add support for Java Execution Environments 9, 10, 11, 12, 13 by @kebeda in #371
- Sync EclipseExecutionEnvrironment enumeration with valueSeq (see #371) by @kebeda in #373
- Update scalaz-core, scalaz-effect to 7.2.34 by @scala-steward in #386
- Update scalatest to 3.0.9 by @scala-steward in #385
- Update sbt-scalariform to 1.8.3 by @scala-steward in #384
- Update scala-xml to 1.3.0 by @scala-steward in #382
- Update scala-library to 2.12.15 by @scala-steward in #381
- Update sbt-bintray to 0.5.6 by @scala-steward in #380
- Update sbt-git to 1.0.2 by @scala-steward in #379
- Update sbt-release to 1.0.13 by @scala-steward in #378
- Update sbt-release to 1.0.15 by @scala-steward in #387
- Update sbt-bintray to 0.6.1 by @scala-steward in #389
- Update scala-library to 2.13.8 by @scala-steward in #390
- Update scalatest to 3.2.12 by @scala-steward in #392
- Update scalaz-core, scalaz-effect to 7.3.6 by @scala-steward in #393
- setup GitHub Actions by @benmccann in #394
- Update scala-library to 2.12.16 by @scala-steward in #396
- Update sbt-git to 2.0.0 by @scala-steward in #388
- Compatibility with sbt 1.4+ by @mkurz in #402
- Remove scalariform and scala-xml by @mkurz in #403
❤️ 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
- @daenenk made their first contribution in #356
- @hyviquel made their first contribution in #366
- @kebeda made their first contribution in #371
- @scala-steward made their first contribution in #386
Full Changelog: v5.2.4...6.0.0