Skip to content

Commit 7f96291

Browse files
committed
Bump Inkuire version
1 parent 1031d33 commit 7f96291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/renderers/Resources.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ trait Resources(using ctx: DocContext) extends Locations, Writer:
9090
).map(Resource.URL.apply)
9191

9292
val urlToPathMappings = List(
93-
("https://github.com/VirtusLab/Inkuire/releases/download/1.0.0-M1/inkuire.js", "scripts/inkuire.js"),
93+
("https://github.com/VirtusLab/Inkuire/releases/download/1.0.0-M2/inkuire.js", "scripts/inkuire.js"),
9494
).map { case (url, path) =>
9595
Resource.URLToCopy(url, path)
9696
}

0 commit comments

Comments
 (0)