Skip to content

0.2.0

Latest

Choose a tag to compare

@eed3si9n eed3si9n released this 11 Dec 05:45
· 43 commits to main since this release
v0.2.0
8c8fe86

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.0 sources to src/main/scala by @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 libraryDependencies are rewired by @majk-p in #32

🎬 behind the scenes

new contributors

Full Changelog: v0.1.8...v0.2.0