Releases: moia-oss/teleproto
Releases · moia-oss/teleproto
Teleproto 1.9.0
Now available for Scala 2.12 and 2.13 ❤️
API / Feature enhancements
Bug fixes
Build changes
Depndency updates
- Update Scala versions and Publishing instructions (#60 by @joroKr21)
- Update sbt to 1.4.0 (#59 by @moia-pipeline)
[v1.8.0] Macro bundles and Reader/Writer API
API additions
Macro changes
Build changes
Dependency updates
- #54 Update scalatest to 3.2.2 by @moia-pipeline
- #57 Update sbt-mima-plugin to 0.8.0 by @moia-pipeline
- #58 Update scala-collection-compat to 2.2.0 by @moia-pipeline
- #59 Update sbt to 1.4.0 by @moia-pipeline
First public release to Sonatype
Adds a teleproto Reader for PbResult
, see #14 by @markus1189
[v1.1.1] Build for Scala 2.12.10 and 2.13.1
[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]>