Scala implementation for JSON-RPC and Language Server Protocol
This project is no longer under development. We recommend using lsp4j instead.
libraryDependencies += "ch.epfl.scala" %% "lsp4s" % "1.2.3"
import $ivy.`ch.epfl.scala::lsp4s:1.2.3`
<dependency> <groupId>ch.epfl.scala</groupId> <artifactId>lsp4s_2.12</artifactId> <version>1.2.3</version> </dependency>
compile group: 'ch.epfl.scala', name: 'lsp4s_2.12', version: '1.2.3'
ivy"ch.epfl.scala::lsp4s:1.2.3"