From ff9eb8df26791e8f163e57baf5d3b938d715e7dd Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 18 Nov 2025 13:28:49 -0500 Subject: [PATCH] run mdoc with newer Toolkit version (0.7.0, was 0.1.7) --- scripts/run-mdoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-mdoc.sh b/scripts/run-mdoc.sh index 80e431cd4..6eba63be0 100755 --- a/scripts/run-mdoc.sh +++ b/scripts/run-mdoc.sh @@ -7,8 +7,8 @@ cs launch --scala-version 2.13.17 org.scalameta::mdoc:2.3.3 -- \ --classpath \ $(cs fetch --scala-version 2.13.17 -p \ com.chuusai::shapeless:2.3.10 \ - org.scala-lang::toolkit:0.1.7 \ - org.scala-lang::toolkit-test:0.1.7 \ + org.scala-lang::toolkit:0.7.0 \ + org.scala-lang::toolkit-test:0.7.0 \ ) \ --scalac-options "-Xfatal-warnings -feature" \ --no-link-hygiene \