lihaoyi / autowire

Macros for simple/safe RPCs between Scala applications, including ScalaJS/ScalaJVM
378 stars 48 forks source link

Scala 3 support #93

Open dejvid opened 3 years ago

dejvid commented 3 years ago

Will there be a port to support scala 3? We have multiple project depending on this library. Scala 3 support would be great.

rysh commented 2 years ago

I really like the simplicity of Autowire's API. I would love to see Scala3 support if possible, or should I consider moving to ScalaPB?

romainreuillon commented 2 years ago

Dear autowire devs,

thank you for autowire. It is a great lib to program full stack in Scala.

Is there a plan to port autowire to Scala 3 ?

best, Romaim

pme123 commented 1 year ago

Same here - I changed to JSON manually - it is a pain - so are there any plans?

alawasoft commented 1 year ago

@lihaoyi great library, I've been using it in most of my projects, is there any plan to support Scala 3? kindly advice. thanks!

cornerman commented 1 year ago

Check out sloth for a similar RPC library that also supports scala 3: https://github.com/cornerman/sloth

dejvid commented 1 year ago

Thx man i need this scala 2.13 <> Scala 3.3 communication, I hope it work in this configuration. Will test it out, is it production ready?