Running Pekko on Scala 2.11 #1281
Answered
by
He-Pin
yushah8892
asked this question in
Q&A
-
I have project that uses scala 2.11 and earlier I used Akka framework for concurrnecy usecases. Now I want to use Pekko as replacement of akka. Migrating existing project to scala > 2.12 is going to be a huge task for me. |
Beta Was this translation helpful? Give feedback.
Answered by
He-Pin
Apr 15, 2024
Replies: 1 comment 1 reply
-
I think most code you can compile with 2.11 should be ok with 2.12 too, and at least for me, I have no interest in maintaining a branch/fork for 2.11.x, how about you first try to upgrade your project to 2.12.x? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pjfanning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think most code you can compile with 2.11 should be ok with 2.12 too, and at least for me, I have no interest in maintaining a branch/fork for 2.11.x, how about you first try to upgrade your project to 2.12.x?