You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-08-01-release-notes-3.7.2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Scala 3.7.2 is now available!
14
14
- Experimental publish support for the Sonatype Central Portal
15
15
16
16
- Add an `-Yimplicit-to-given` flag for rewrites to easily test changes in the ecosystem [#22580](https://github.com/scala/scala3/pull/22580)<br>
17
-
This experimental flag allows to treat usages of `implicit` as `given` without modifing your existing sources. It aims to help with testing out on how migration to new syntax and its resolution rules would effect your code base.
17
+
This experimental flag when used in conjunction with `--rewrite`allows to migrate most of `implicit`definitions as `given`. It aims to ease with migration to new syntax, or testing how it would affect your code base.
0 commit comments