Margus Sipria
Margus Sipria
```scala IO.delay(throw new Exception("moi 1")).timeout(10 minutes).unsafeRunSync() ``` does seem to work as expected, but does print exception to console ```shell java.lang.Exception: moi 1 | => rat test.TimeoutSpec.$anonfun$new$4(TimeoutSpec.scala:20) at delay @...
## steps sbt-pgp version: *2.0.0* sbt version: *1.3.3* ## problem Using credentials how it is show [README.md](https://github.com/sbt/sbt-pgp/blob/master/README.md#configuration-signing-key) will not work. When documentation part was copied from [jodersky/sbt-gpg](https://github.com/jodersky/sbt-gpg), also changes should...