Releases: scapegoat-scala/sbt-scapegoat
Releases · scapegoat-scala/sbt-scapegoat
v1.2.7
[1.2.7] - 2024-10-27
Added
- feat: Support Scala 3.5.2 and update version for latest 2.12/13 by @Johnnei in #198
Removed
Full Changelog: v1.2.6...v1.2.7
v1.2.5
[1.2.5] - 2024-09-26
Added
- feat: Support Scala 2.12.20, 2.13.15, 3.3.3, 3.5.1 out of the box by @Johnnei in #188
Full Changelog: v1.2.4...v1.2.5
v1.2.4
[1.2.4] - 2024-05-07
Added
- Support Scala 2.13.14 out of the box
v1.2.3
[1.2.3] - 2024-02-22
Added
- Support Scala 2.13.13 / 2.12.19 out of the box
v1.2.2
[1.2.2] - 2023-09-22
Added
- Support Scala 2.13.12 out of the box
v1.2.1
[1.2.1] - 2023-06-06
Added
- Support Scala 2.13.11 and 2.12.18 out of the box (#164, Thanks @lolgab)
Changed
v1.2.0
[1.2.0] - 2023-05-30
Added
Changed
scapegoatVersion
has been made optional and will try to make a smarter selection when unset #157 (Thanks @Johnnei)
Fixed
- Prevent leaking scapegoat compiler plugin in consumers pom #159 (Thanks to @cb372 original MR #94)
- Fix passing
scapegoatMinimalWarnLevel
to scapegoat #151 (Thanks @Johnnei)