Skip to content

Commit 8760d26

Browse files
committed
Release sbt-dotty 0.1.3
1 parent 7114198 commit 8760d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ object Build {
899899

900900

901901
sbtPlugin := true,
902-
version := "0.1.3-SNAPSHOT",
902+
version := "0.1.3",
903903
ScriptedPlugin.scriptedSettings,
904904
ScriptedPlugin.sbtTestDirectory := baseDirectory.value / "sbt-test",
905905
ScriptedPlugin.scriptedBufferLog := false,

sbt-dotty/src/dotty/tools/sbtplugin/DottyIDEPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ object DottyIDEPlugin extends AutoPlugin {
238238

239239
runCode := {
240240
runProcess(codeCommand.value ++ Seq("--install-extension", "lampepfl.dotty"), wait = true)
241-
runProcess(codeCommand.value ++ Seq(baseDirectory.value))
241+
runProcess(codeCommand.value ++ Seq(baseDirectory.value.getAbsolutePath))
242242
}
243243

244244
) ++ addCommandAlias("launchIDE", ";configureIDE;runCode")

0 commit comments

Comments
 (0)