File tree 3 files changed +7
-0
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ import scala.cli.commands.SpecificationLevel
21
21
@ DirectiveExamples (" //> using dep com.lihaoyi::os-lib:0.9.1" )
22
22
@ DirectiveExamples (" //> using test.dep org.scalatest::scalatest:3.2.10" )
23
23
@ DirectiveExamples (" //> using test.dep org.scalameta::munit:0.7.29" )
24
+ @ DirectiveExamples (
25
+ " //> using compileOnly.dep com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.23.2"
26
+ )
24
27
@ DirectiveExamples (
25
28
" //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar"
26
29
)
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ Add dependencies
107
107
108
108
` //> using test.dep org.scalameta::munit:0.7.29 `
109
109
110
+ ` //> using compileOnly.dep com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.23.2 `
111
+
110
112
` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
111
113
112
114
### Exclude sources
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Add dependencies
48
48
49
49
` //> using test.dep org.scalameta::munit:0.7.29 `
50
50
51
+ ` //> using compileOnly.dep com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.23.2 `
52
+
51
53
` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
52
54
53
55
### Java options
You can’t perform that action at this time.
0 commit comments