Skip to content

0.11.5

Compare
Choose a tag to compare
@yetanotherion yetanotherion released this 14 Apr 14:17
· 20 commits to master since this release
47f5c7b
Bump to 0.11.5 (#535)

* [build] Fix 'params' cannot be negated in scala 2.12

As per https://github.com/scala/bug/issues/10572
change
-Ywarn-unused:-params
into
-Ywarn-unused:-explicits,-implicits

* Bump to 0.11.5 (#534)

Co-authored-by: Jon Alberdi <[email protected]>