Skip to content

Releases: scapegoat-scala/sbt-scapegoat

v1.2.7

27 Oct 10:56
v1.2.7
cba15f5
Compare
Choose a tag to compare

[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.6

29 Sep 11:12
v1.2.6
a542c5e
Compare
Choose a tag to compare

[1.2.6] - 2024-09-29

Added

  • feat: Support Scala 3.3.4 out of the box by @Johnnei in #189

Full Changelog: v1.2.5...v1.2.6

v1.2.5

26 Sep 15:51
v1.2.5
c8bf709
Compare
Choose a tag to compare

[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

08 May 13:59
v1.2.4
df12200
Compare
Choose a tag to compare

[1.2.4] - 2024-05-07

Added

  • Support Scala 2.13.14 out of the box

v1.2.3

27 Feb 16:39
v1.2.3
53f1c4d
Compare
Choose a tag to compare

[1.2.3] - 2024-02-22

Added

  • Support Scala 2.13.13 / 2.12.19 out of the box

v1.2.2

22 Sep 02:15
v1.2.2
23e5a46
Compare
Choose a tag to compare

[1.2.2] - 2023-09-22

Added

  • Support Scala 2.13.12 out of the box

v1.2.1

06 Jun 14:04
v1.2.1
f54d12b
Compare
Choose a tag to compare

[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

30 May 13:39
v1.2.0
d30b49e
Compare
Choose a tag to compare

[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)