Skip to content

Commit ff9eb8d

Browse files
committed
run mdoc with newer Toolkit version (0.7.0, was 0.1.7)
1 parent 1a0a11e commit ff9eb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-mdoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cs launch --scala-version 2.13.17 org.scalameta::mdoc:2.3.3 -- \
77
--classpath \
88
$(cs fetch --scala-version 2.13.17 -p \
99
com.chuusai::shapeless:2.3.10 \
10-
org.scala-lang::toolkit:0.1.7 \
11-
org.scala-lang::toolkit-test:0.1.7 \
10+
org.scala-lang::toolkit:0.7.0 \
11+
org.scala-lang::toolkit-test:0.7.0 \
1212
) \
1313
--scalac-options "-Xfatal-warnings -feature" \
1414
--no-link-hygiene \

0 commit comments

Comments
 (0)