Gustavo Salazar Torres
Gustavo Salazar Torres
I had the same problem and solved it by updating the sbt-scrooge-plugin in `project/plugins.sbt` like so: `addSbtPlugin("com.twitter" %% "scrooge-sbt-plugin" % "19.1.0")` and adding these dependencies in `build.sbt`: ``` "com.github.finagle" %%...
Yes, having a hard time here too with this issue. This makes impossible to test custom application configuration files!
Actually I solved it by calling like this: `env JAVA_OPTS="-Dconfig.file=./src/test/resources/test-application.conf" sbt test` In my case I need to do this because the configuration for the test environment is specific. This...
@pshirshov : Very interesting stuff! I will try doobie!
Hi @hajder, I just opened it https://github.com/aamine/activerecord4-redshift-adapter/pull/17 Cheers