Releases: sbt/sbt-javaagent
Releases · sbt/sbt-javaagent
Release list
0.3.0
sbt-javaagent 0.3.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.3.0")Updates
sbt 2 migration
- sbt 2.0.0-RC9 by @xuwei-k in #65
- sbt 2.0.0-RC10 by @xuwei-k in #71
- sbt 2.0.0-RC11 by @xuwei-k in #75
- Fix infix syntax warnings by @xuwei-k in #80
- sbt 2.0.0 by @xuwei-k in #83
behind the scenes
- Update scala3-library to 3.7.4 by @scala-steward in #56
- Update scala-library to 2.12.21 by @scala-steward in #55
- Update sbt, scripted-plugin to 1.12.0 by @scala-steward in #58
- Update sbt-native-packager to 1.11.7 by @scala-steward in #59
- Bump coursier/cache-action from 7 to 8 by @dependabot[bot] in #63
- Update scala3-library to 3.8.2 by @scala-steward in #67
- Update scala3-library to 3.8.3 by @scala-steward in #72
- Update sbt, scripted-plugin to 1.12.9 by @scala-steward in #76
- ci: Wrong job name, JDK 17 is used not 8 by @mkurz in #77
- Update scala3-library to 3.8.4 by @scala-steward in #81
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #85
- Update sbt-ci-release to 1.12.0 by @scala-steward in #88
- Avoid deprecated
scala.Appby @xuwei-k in #89 - Update sbt, scripted-plugin to 1.13.0 by @scala-steward in #100
- Update sbt-ci-release to 1.12.1 by @scala-steward in #99
- Bump actions/setup-java from 5 to 6 by @dependabot[bot] in #103
- Add sbt-salad-days plugin version 0.2.0 by @eed3si9n in #105
Full Changelog: v0.2.0...v0.3.0
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