Skip to content

Releases: scapegoat-scala/sbt-scapegoat

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)