-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scala 2.13.0-RC1 #213
Scala 2.13.0-RC1 #213
Conversation
/cc @SethTisue :-) The current block is that Scala.js has support for Scala 2.13.0-RC1 in version 1.0.0-M7, but Scalatest does not support this version of Scala.js. |
yeah, the problem is upstream at typelevel/scalacheck#464 I'd suggest that for RC1, it's fine to just omit sjs 1.0, just publish for JVM and sjs 0.6, hopefully it will get straightened out in time for 2.13.0 final |
Backport won't be clean since here we are removing Scala 2.11 and we should keep it in branch 1.4.x. (cherry picked from commit d81deb6)
1.4.x #214 |
Backport won't be clean since here we are removing Scala 2.11 and we should keep it in branch 1.4.x. (cherry picked from commit d81deb6)
* Scala 2.13.0-RC1 (#213) Backport won't be clean since here we are removing Scala 2.11 and we should keep it in branch 1.4.x. (cherry picked from commit d81deb6) * Fix mima configuration for Scala 2.13.0-RC1 * Upgrade the build to sbt 1 (#206) * Fast-fail Travis CI's script * Update & cleanup .travis.yml * Upgrade the build to sbt 1
@playframework/core & @SethTisue Twirl 1.4.1 released with Scala 2.13.0-RC1 support: https://repo1.maven.org/maven2/com/typesafe/play/twirl-api_2.13.0-RC1/ |
Backport won't be clean since here we are removing Scala 2.11 and we should keep it in branch 1.4.x.