Kristof Lünenschloß
Kristof Lünenschloß
## steps `build.sbt`: ``` ThisBuild / externalResolvers := Seq.empty ThisBuild / includePluginResolvers := true ``` `project/plugins.sbt`: ``` ThisBuild / externalResolvers := Seq.empty ``` `project/build.properties`: ``` sbt.version=1.7.1 ``` When running `sbt...
When watching @adamw's recent talk where he compares the usability of direct-style approaches to plain ZIO, I was a bit surprised to see that he argued that ZIO's stacktraces are...
In order to use authentication for URLs configured in `resolvers`, one needs to create a config file. By looking through the code[^easy] I found that `https://github.com/dirs-dev/directories-jvm` is used and that...