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 3.0.7


Group ID:
ch.epfl.scala
Artifact ID:
scala-debug-adapter_2.13
Version:
3.0.7
Release Date:
Feb 1, 2023
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>scala-debug-adapter_2.13</artifactId>
  <version>3.0.7</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'scala-debug-adapter_2.13', version: '3.0.7'