Scala 3 just got released! Heres whats new!

Manpreet Singh
3 min readMay 15, 2021

Welcome back! Scala is a very powerful language used for tons of different things and we just got the next iteration of this language, Scala 3! I will be highlighting some of my favorite updates with this language, if you want to read their entire change-log check out their page down below:

Luckily, Scala has given us a migration guide from Scala 2 to Scala 3 as well, if you want to begin migrating your code please use their guide below:

Let’s get started!

Syntax Updates

One of the first things the Scala team mentions are the new quite syntax within the language, there are also new optional braces, making it indentation sensitive, they also mention implicit(s) have been heavily revised:

--

--