about sbt-testng
sbt-testng is an sbt plugin and test-interface implementation for TestNG, originally developed in 2011-2012 by Joachim Hofer and Andreas Flierl.
com.github.sbt organization
sbt-testng 3.2.0 is published to Maven Central under a new organization:
addSbtPlugin("com.github.sbt" % "sbt-testng" % "3.2.0")This was implemented by @eed3si9n in #30
sbt 2.x migration
updates
- Update to TestNG 6.11 by @xuwei-k in #22
- fix: Adds
testngSnakeyamlVersionsetting by @xuwei-k in #24 - fix: Remove resolvers by @eed3si9n in #29
behind the scene
- ci: sbt-bintray version by @SethTisue in #23
- ci: sbt 0.13.17 by @xuwei-k in #25
- ci: Build using sbt 1 by @eed3si9n in #28
new contributors
- @eed3si9n made their first contribution in #22
- @SethTisue made their first contribution in #23
Full Changelog: 3.1.1...v3.2.0