From 80d3e156be6d3dc66cc832fe745ddf8f2f7efbdb Mon Sep 17 00:00:00 2001 From: Kacper Korban Date: Wed, 14 Dec 2022 12:26:46 +0100 Subject: [PATCH] Bump Inkuire version to v1.0.0-M7 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 --- project/DocumentationWebsite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/DocumentationWebsite.scala b/project/DocumentationWebsite.scala index 778c70ad2f0d..6912420b9ada 100644 --- a/project/DocumentationWebsite.scala +++ b/project/DocumentationWebsite.scala @@ -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)