File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -560,4 +560,17 @@ object language {
560
560
@ compileTimeOnly(" `3.8` can only be used at compile time in import statements" )
561
561
object `3.8`
562
562
563
+ /** Set source version to 3.9-migration.
564
+ *
565
+ * @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
566
+ */
567
+ @ compileTimeOnly(" `3.9-migration` can only be used at compile time in import statements" )
568
+ object `3.9-migration`
569
+
570
+ /** Set source version to 3.9
571
+ *
572
+ * @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
573
+ */
574
+ @ compileTimeOnly(" `3.9` can only be used at compile time in import statements" )
575
+ object `3.9`
563
576
}
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ object language:
350
350
@ compileTimeOnly(" `3.7` can only be used at compile time in import statements" )
351
351
object `3.7`
352
352
353
- /** Set source version to 3.8-migration.
353
+ /** Set source version to 3.8-migration.
354
354
*
355
355
* @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
356
356
*/
@@ -364,7 +364,7 @@ object language:
364
364
@ compileTimeOnly(" `3.8` can only be used at compile time in import statements" )
365
365
object `3.8`
366
366
367
- /** Set source version to 3.9-migration.
367
+ /** Set source version to 3.9-migration.
368
368
*
369
369
* @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
370
370
*/
You can’t perform that action at this time.
0 commit comments