scalapb / zio-grpc

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO
Apache License 2.0
257 stars 81 forks source link

Sample Projects use old version #599

Closed domdorn closed 3 months ago

domdorn commented 4 months ago

In hope of finding interesting clues for migrating my app, I looked at the sample applications. Sadly, the sample applications are not using the current version of this lib but an older one, so are of no use. The sample applications should always use the latest version of the lib.

thesamet commented 3 months ago

Sample projects have been on 0.6.0-rc6, which is nearly identical to 0.6.0. I have bumped up the examples to 0.6.1 and no code change was necessary.