Skip to content

1.6.2

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 01 Feb 04:39
· 849 commits to develop since this release
v1.6.2

License

sbt 1.6.2 adds License object that defines predefined license values:

licenses := List(License.Apache2)

Predefined values are License.Apache2, License.MIT, License.CC0, and License.GPL3_or_later. lm#395 by @eed3si9n

v1.6.1...v1.6.2