scalacenter / scala-debug-adapter   4.0.4

Apache License 2.0 GitHub

Implementation of the Debug Adapter Protocol for Scala

Scala versions: 3.x 2.13 2.12
sbt plugins: 1.0

scala-debug-adapter 1.1.2


Group ID:
ch.epfl.scala
Artifact ID:
scala-debug-adapter_2.12
Version:
1.1.2
Release Date:
Jun 11, 2021
Licenses:
Files:

libraryDependencies += "ch.epfl.scala" %% "scala-debug-adapter" % "1.1.2"

Mill build tool

ivy"ch.epfl.scala::scala-debug-adapter:1.1.2"

Scala CLI

//> using dep "ch.epfl.scala::scala-debug-adapter:1.1.2"

Ammonite REPL

import $ivy.`ch.epfl.scala::scala-debug-adapter:1.1.2`

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>scala-debug-adapter_2.12</artifactId>
  <version>1.1.2</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'scala-debug-adapter_2.12', version: '1.1.2'