File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
# black-list _overviews/contributors/index.md because it embeds a Markdown snippet which embeds Scala code that does not compile
6
6
mv _overviews/contributors/index.md /tmp/_overviews_contributors_index.md
7
7
8
- coursier launch -r " https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.12:0.6.7 -- . tut-tmp ' .*\.md$' -classpath $( coursier fetch -p com.chuusai:shapeless_2.12:2.3.3) -Xfatal-warnings -feature
8
+ coursier launch -r " https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.12:0.6.13 -- . tut-tmp ' .*\.md$' -classpath $( coursier fetch -p com.chuusai:shapeless_2.12:2.3.3) -Xfatal-warnings -feature
9
9
10
10
# restore _overviews/contributors/index.md file
11
11
mv /tmp/_overviews_contributors_index.md _overviews/contributors/index.md
You can’t perform that action at this time.
0 commit comments