gRPC implementation for FS2/cats-effect
project/plugins.sbt:
addSbtPlugin("org.lyranthe.fs2-grpc" % "sbt-java-gen" % "0.1.0")build.sbt:
PB.targets in Compile := Seq(
scalapb.gen() -> (sourceManaged in Compile).value,
fs2CodeGenerator -> (sourceManaged in Compile).value
)
scalacOptions += "-Ypartial-unification"