Skip to content

Commit bc19afe

Browse files
committed
Update minimal sbt version
1 parent 3fd5311 commit bc19afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-dotty/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function activate(context: ExtensionContext) {
1616
extensionContext = context
1717
outputChannel = vscode.window.createOutputChannel('Dotty Language Client');
1818

19-
const sbtArtifact = "org.scala-sbt:sbt-launch:1.1.4"
19+
const sbtArtifact = "org.scala-sbt:sbt-launch:1.1.5"
2020
const loadPluginArtifact = "ch.epfl.scala:load-plugin_2.12:0.1.0+2-496ac670"
2121
const languageServerArtifactFile = `${vscode.workspace.rootPath}/.dotty-ide-artifact`
2222
const languageServerDefaultConfigFile = path.join(extensionContext.extensionPath, './out/default-dotty-ide-config')

0 commit comments

Comments
 (0)