|
1 | 1 | // Main |
2 | | -//> using scala 3 |
3 | | -//> using options -Werror -Wunused:strict-no-implicit-warn -Yexplicit-nulls -deprecation -feature |
4 | | -//> using javaProperty distcompiler.Node.assertErrorRefCorrectness=no |
| 2 | +//> using scala "3" |
5 | 3 |
|
6 | | -//> using dependency com.github.scopt::scopt:4.1.0 |
7 | | -//> using dependency com.lihaoyi::os-lib:0.11.4 |
8 | | -//> using dependency com.lihaoyi::pprint:0.9.0 |
9 | | -//> using dependency com.lihaoyi::sourcecode:0.4.2 |
10 | | -//> using dependency com.lihaoyi::ujson::4.2.1 |
11 | | -//> using dependency dev.zio::izumi-reflect:3.0.3 |
12 | | -//> using dependency edu.berkeley.cs.jqf:jqf-fuzz:2.1 |
13 | | -//> using dependency edu.berkeley.cs.jqf:jqf-instrument:2.1 |
14 | | -//> using dependency io.github.java-diff-utils:java-diff-utils:4.15 |
15 | | -//> using dependency org.typelevel::cats-core:2.13.0 |
| 4 | +//> using options "-Werror" |
| 5 | +//> using options "-Wunused:strict-no-implicit-warn" |
| 6 | +//> using options "-Yexplicit-nulls" |
| 7 | +//> using options "-deprecation" |
| 8 | +//> using options "-feature" |
| 9 | + |
| 10 | +//> using javaProperty "distcompiler.Node.assertErrorRefCorrectness=no" |
| 11 | + |
| 12 | +//> using dependency "com.github.scopt::scopt:4.1.0" |
| 13 | +//> using dependency "com.lihaoyi::os-lib:0.11.4" |
| 14 | +//> using dependency "com.lihaoyi::pprint:0.9.0" |
| 15 | +//> using dependency "com.lihaoyi::sourcecode:0.4.2" |
| 16 | +//> using dependency "com.lihaoyi::ujson::4.2.1" |
| 17 | +//> using dependency "dev.zio::izumi-reflect:3.0.3" |
| 18 | +//> using dependency "edu.berkeley.cs.jqf:jqf-fuzz:2.1" |
| 19 | +//> using dependency "edu.berkeley.cs.jqf:jqf-instrument:2.1" |
| 20 | +//> using dependency "io.github.java-diff-utils:java-diff-utils:4.15" |
| 21 | +//> using dependency "org.typelevel::cats-core:2.13.0" |
16 | 22 |
|
17 | 23 | // Test |
18 | | -//> using test.dependency org.scalameta::munit:1.1.1 |
| 24 | +//> using test.dependency "org.scalameta::munit:1.1.1" |
| 25 | + |
0 commit comments