Releases: sbt/sbt-javaagent
Releases · sbt/sbt-javaagent
0.2.0
sbt-javaagent 0.2.0 is cross published to:
| sbt Version | Published |
|---|---|
| 1.x | ✅ |
| 2.x | ✅ |
about sbt-javaagent
sbt-javaagent is an sbt plugin, originally developed in 2016 by Peter Vlugter, to add Java agents to the project.
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.2.0")sbt 2.x migration
- refactor: Drop support for sbt 0.13 by @majk-p in #32
- refactor: Migrate to sbt 1.x syntax by @majk-p in #33
- refactor: Delete src/main/scala-sbt-0.13 directory by @xuwei-k in #35
- refactor: Move
src/main/scala-sbt-1.0sources tosrc/main/scalaby @xuwei-k in #47 - Cross build to sbt 2.0.0-RC6 by @eed3si9n in #48
🐛 bug fixes
- fix: Do not include agent if scope is only Test by @gaeljw in #37
- fix: Workaround to error when
libraryDependenciesare rewired by @majk-p in #32
🎬 behind the scenes
- deps: Update sbt-native-packager to 1.11.4 by @scala-steward in #49
- ci: Update sbt and sbt-ci-release, and adjust release workflow by @mkurz in #34
- ci: Upgrade packager plugin & sbt by @gaeljw in #38
- ci: Update sbt-ci-release to 1.11.2 by @scala-steward in #39
- ci: Add
dependabot.ymlfor GitHub Actions update by @xuwei-k in #40 - ci: Bump actions/checkout from 3 to 5 by @dependabot[bot] in #41
- ci: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #52
- ci: Bump actions/setup-java from 3 to 5 by @dependabot[bot] in #42
- ci: Update sbt, scripted-plugin to 1.11.7 by @scala-steward in #50
- ci: Bump coursier/cache-action from 6 to 7 by @dependabot[bot] in #51
- ci: Bump coursier/setup-action from 1 to 2 by @dependabot[bot] in #53
- docs: Make readme changes by @eed3si9n in #54
new contributors
- @majk-p made their first contribution in #32
- @mkurz made their first contribution in #34
- @gaeljw made their first contribution in #38
- @scala-steward made their first contribution in #39
- @xuwei-k made their first contribution in #40
- @dependabot[bot] made their first contribution in #41
- @eed3si9n made their first contribution in #48
Full Changelog: v0.1.8...v0.2.0
v0.1.8
v0.1.7
What's Changed
- Publish to Sonatype by @julienrf in #26
Note that the organization name is nowcom.github.sbt:- addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6") + addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.7")
Full Changelog: v0.1.6...v0.1.7