File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
_overviews/scala3-migration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ previous-page: tutorial-macro-mixing
7
7
next-page : tooling-syntax-rewriting
8
8
---
9
9
10
- This tutorial shows how to mix Scala 2.13 and Scala 3 macros in a single artifact.
10
+ This tutorial shows how to mix Scala 2.13 and Scala 3 macros in a single artifact. There are two main benefits of this:
11
11
12
- It can be used to create a new Scala 3 macro library and make it available for Scala 2.13 users.
13
- It can also be used to port an existing Scala 2.13 macro library to Scala 3, although it is probably easier to cross-build .
12
+ 1 . Making a new or existing scala 3 macro library available for Scala 2.13 users without having to provide a separate 2.13 version
13
+ 2 . Allowing multi-project builds to be upgraded module by module, even where macro libraries are used .
14
14
15
15
## Introduction
16
16
You can’t perform that action at this time.
0 commit comments