Skip to content

Commit

Permalink
Bump Inkuire version to v1.0.0-M7 (#16518)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KacperFKorban authored Dec 14, 2022
2 parents 6836037 + 80d3e15 commit 8fbf826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/DocumentationWebsite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object DocumentationWebsite {
import _root_.scala.concurrent._
import _root_.scala.concurrent.duration.Duration
import ExecutionContext.Implicits.global
val inkuireVersion = "1.0.0-M3"
val inkuireVersion = "v1.0.0-M7"
val inkuireLink = s"https://github.com/VirtusLab/Inkuire/releases/download/$inkuireVersion/inkuire.js"
val inkuireDestinationFile = baseDest / "dotty_res" / "scripts" / "inkuire.js"
sbt.IO.touch(inkuireDestinationFile)
Expand Down

0 comments on commit 8fbf826

Please sign in to comment.