Play framework migration from play 2.1 to 2.6

Dear Experts,
I am new to play framework development, i got an requirement of migrating play 2.1 to 2.6 with java 6 to java 8.
Is there any way i can achieve it.
If not & i have to go one by one then where i can find the play framework from 2.3 to 2.6, i cant find it on the site. Apologize If i am asking silly question.

Regards
Rushikesh D

Hey @rushikeshdd28,

I would say that going version-by-version is the best approach since there are documentations for all these versions. Starting in Play 2.3, you don’t need to download Play anymore, just sbt: https://www.scala-sbt.org/download.html

Best.