File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import scala.cli.commands.SpecificationLevel
21
21
@ DirectiveExamples (" //> using test.dep org.scalatest::scalatest:3.2.10" )
22
22
@ DirectiveExamples (" //> using test.dep org.scalameta::munit:0.7.29" )
23
23
@ DirectiveExamples (
24
- " //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar"
24
+ " //> using dep \" tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar\" "
25
25
)
26
26
@ DirectiveUsage (
27
27
" //> using dep org:name:ver | //> using deps org:name:ver org2:name2:ver2" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Add dependencies
107
107
108
108
` //> using test.dep org.scalameta::munit:0.7.29 `
109
109
110
- ` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
110
+ ` //> 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
111
112
112
### Exclude sources
113
113
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Add dependencies
48
48
49
49
` //> using test.dep org.scalameta::munit:0.7.29 `
50
50
51
- ` //> using dep tabby:tabby:0.2.3,url=https://github.com/bjornregnell/tabby/releases/download/v0.2.3/tabby_3-0.2.3.jar `
51
+ ` //> 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
52
53
53
### Java options
54
54
You can’t perform that action at this time.
0 commit comments