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 2.0.0


Group ID:
ch.epfl.scala
Artifact ID:
scala-debug-adapter_2.12
Version:
2.0.0
Release Date:
Sept 10, 2021
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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