Commit Graph

4 Commits

Author SHA1 Message Date
eikek
10036cd57b Fix build when bloop plugin is present
When using sbt-bloop, the build doesn't compile anymore. The reason
seems to be incomptible `sbt-io` dependencies pulled in from
`sbt-bloop` and `sbt-native-packager` (as well as `sbt-github-pages`).
Interestingly, the build compiles fine if either one of these plugins
is removed. Only together with `sbt-bloop` the build fails to compile.
The workaround is to explicitely pull in the io depenency based on the
sbt version in use.
2024-02-26 10:27:56 +01:00
eikek-scala-steward
3f9ec359cc Update typesafe:config to 1.4.3 2023-10-18 06:27:44 +00:00
Scala Steward
af8a016337
Update typesafe:config to 1.4.2 2022-02-02 14:24:38 +01:00
eikek
118d23c3a2 Add list of env variables to documentation
Issue: #1121
2021-10-25 00:23:20 +02:00