Skip to content

[v1.1.1] Build for Scala 2.12.10 and 2.13.1

Compare
Choose a tag to compare
@JannikArndt JannikArndt released this 23 Oct 09:14
· 341 commits to master since this release
bcfe892
[v1.1.1] Cross-compile for 2.13 (#8)

* Upgrade sbt
* Upgrade plugins
* Upgrade build.sbt dependencies and add Scala 2.13 as target
* Import scala-reflect explicitly to fix macros.blackbox issue
* Fix deprecations
* Make it cross-compile
* Increase scala version 2.12.9 to 2.12.10
* Refine scala-reflect import
* Replace filterKeys with toList.collect to get rid of deprecation warnings
* Add coursier cache

Co-authored-by: @kanbara <[email protected]>
Co-authored-by: @markus1189 <[email protected]>
Co-authored-by: @tmzint <[email protected]>