Cinnamon with RestartXXX operators
This commit is contained in:
14
project/project/metals.sbt
Normal file
14
project/project/metals.sbt
Normal file
@@ -0,0 +1,14 @@
|
||||
// format: off
|
||||
// DO NOT EDIT! This file is auto-generated.
|
||||
|
||||
// This plugin enables semantic information to be produced by sbt.
|
||||
// It also adds support for debugging using the Debug Adapter Protocol
|
||||
|
||||
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.1")
|
||||
|
||||
// This plugin makes sure that the JDI tools are in the sbt classpath.
|
||||
// JDI tools are used by the debug adapter server.
|
||||
|
||||
addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")
|
||||
|
||||
// format: on
|
||||
Reference in New Issue
Block a user