rssh / trackedfuture   0.5.0

GitHub

small runtime + java-agent, which brings back full stacktrace for exceptions, generated inside Future callbacks (like apply, map, flatMap, etc..)

Scala versions: 3.x 2.13

trackedfuture 0.4.1


Group ID:
com.github.rssh
Artifact ID:
trackedfuture_2.13
Version:
0.4.1
Release Date:
May 1, 2021
Licenses:
Files:

libraryDependencies += "com.github.rssh" %% "trackedfuture" % "0.4.1"

Mill build tool

ivy"com.github.rssh::trackedfuture:0.4.1"

Scala CLI

//> using dep "com.github.rssh::trackedfuture:0.4.1"

Ammonite REPL

import $ivy.`com.github.rssh::trackedfuture:0.4.1`

<dependency>
  <groupId>com.github.rssh</groupId>
  <artifactId>trackedfuture_2.13</artifactId>
  <version>0.4.1</version>
</dependency>

compile group: 'com.github.rssh', name: 'trackedfuture_2.13', version: '0.4.1'