Skip to content
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

Upgrade: Scala 2.13.0 => 2.13.3 / 2.12.10 => 2.12.12 #14

Closed
wants to merge 1 commit into from

Conversation

kevin-lee
Copy link

Upgrade: Scala 2.13.0 => 2.13.3 / 2.12.10 => 2.12.12

Scala 2.13.3 has some deprecated features.

In Scala 2.13.3, multi-argument infix syntax is deprecated. So I had to made some changes in ApplicativeStyle for Scala 2.13.

Error:(21, 35) multiarg infix syntax looks like a tuple and will be deprecated
  val byte: Parse[Cut] = (ByteCut |*| (

Changes in accordance with the changes in Scala 2.13.3
@kevin-lee kevin-lee closed this Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant