Skip to content

Commit 8fbf826

Browse files
Bump Inkuire version to v1.0.0-M7 (#16518)
The main improvement this version introduced was to add a fallback for 'orphan types' i.e. types we do not provide definitions for, but use in our signatures
2 parents 6836037 + 80d3e15 commit 8fbf826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DocumentationWebsite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object DocumentationWebsite {
4242
import _root_.scala.concurrent._
4343
import _root_.scala.concurrent.duration.Duration
4444
import ExecutionContext.Implicits.global
45-
val inkuireVersion = "1.0.0-M3"
45+
val inkuireVersion = "v1.0.0-M7"
4646
val inkuireLink = s"https://github.com/VirtusLab/Inkuire/releases/download/$inkuireVersion/inkuire.js"
4747
val inkuireDestinationFile = baseDest / "dotty_res" / "scripts" / "inkuire.js"
4848
sbt.IO.touch(inkuireDestinationFile)

0 commit comments

Comments
 (0)