You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Scala 2.13 is coming and ideally this project should support it. However the current build will fail when compiled with scala 2.11.12 and library that support 2.13.0-M3 because of compile error below
Static methods in interface require -target:jvm-1.8
Scala 2.13 is coming and ideally this project should support it. However the current build will fail when compiled with scala 2.11.12 and library that support 2.13.0-M3 because of compile error below
Static methods in interface require -target:jvm-1.8
See https://stackoverflow.com/questions/49213620/static-methods-in-interface-require-targetjvm-1-8
The text was updated successfully, but these errors were encountered: