ScalaPB v0.5.27 Release Notes

Release Date: 2016-05-30 // almost 8 years ago
  • Full Changelog

    Closed issues:

    • ScalaPB + Intellij #120
    • ๐Ÿ“ฆ sbt gives error: scalapb.sbt:1: error: object trueaccord is not a member of package com addSbtPlugin("com.trueaccord.scalapb" % "sbt-scalapb" % com.trueaccord.scalapb.Version.sbtPluginVersion) This happens after downloadin zipfile from github and running sbt in the e2e folder (Fedora) #117
    • grpc should not depend on grpc-all #113
    • protoc-jar version #111
    • ๐Ÿ‘‰ Make grpc service name visible in generated code #108

    ๐Ÿ”€ Merged pull requests:

    • replace lazy vals in size generation with explicit lazy initialization #119 (eiennohito)
    • ๐Ÿ“š update documentation for removing grpc-all #115 (eiennohito)
    • depend not on grpc-all, but on more fine-grained dependencies #114 (eiennohito)
    • grpc 0.14.0 #109 (xuwei-k)