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
2121@ DirectiveExamples (" //> using test.dep org.scalatest::scalatest:3.2.10" )
2222@ DirectiveExamples (" //> using test.dep org.scalameta::munit:0.7.29" )
2323@ 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\" "
2525)
2626@ DirectiveUsage (
2727 " //> 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
107107
108108` //> using test.dep org.scalameta::munit:0.7.29 `
109109
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" `
111111
112112### Exclude sources
113113
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Add dependencies
4848
4949` //> using test.dep org.scalameta::munit:0.7.29 `
5050
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" `
5252
5353### Java options
5454
You can’t perform that action at this time.
0 commit comments