File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 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
2121@ DirectiveExamples (" //> using dep com.lihaoyi::os-lib:0.9.1" )
2222@ DirectiveExamples (" //> using test.dep org.scalatest::scalatest:3.2.10" )
2323@ 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+ )
2427@ DirectiveExamples (
2528 " //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar"
2629)
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ Add dependencies
107107
108108` //> using test.dep org.scalameta::munit:0.7.29 `
109109
110+ ` //> using compileOnly.dep com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.23.2 `
111+
110112` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
111113
112114### Exclude sources
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Add dependencies
4848
4949` //> using test.dep org.scalameta::munit:0.7.29 `
5050
51+ ` //> using compileOnly.dep com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.23.2 `
52+
5153` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
5254
5355### Java options
You can’t perform that action at this time.
0 commit comments