nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala 2.12 support

trungfinity opened this issue · comments

Hi, do you guys have any plan to support 2.12 soon?

My guess would be when Play 2.6 ships since they don't support 2.12 in Play 2.5 - otherwise this library really would need split up into three parts - just the core lib, an Akka lib, and a Play lib.

Yes, we have the plan. As rmmeans said, I'm going to support Scala 2.12 when Play 2.6 ships.

this library really would need split up into three parts - just the core lib, an Akka lib, and a Play lib.

I agree with you. We should separate the modules to be able to release each library.
Then, we can release a module supporting Scala 2.12.