We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f472f6 commit 10cf339Copy full SHA for 10cf339
project/Build.scala
@@ -1327,7 +1327,7 @@ object Build {
1327
import _root_.scala.sys.process._
1328
import _root_.scala.concurrent._
1329
import ExecutionContext.Implicits.global
1330
- val inkuireVersion = "1.0.0-M2"
+ val inkuireVersion = "1.0.0-M3"
1331
val inkuireLink = s"https://github.com/VirtusLab/Inkuire/releases/download/$inkuireVersion/inkuire.js"
1332
val inkuireDestinationFile = (Compile / resourceManaged).value / "dotty_res" / "scripts" / "inkuire.js"
1333
sbt.IO.touch(inkuireDestinationFile)
0 commit comments