davellas

Results 2 comments of davellas

> This configuration works in sbt > > ``` > csrConfiguration := { > val conf = csrConfiguration.value > val resolvers = csrResolvers.value > val adoRepoHost = "pkgs.dev.azure.com" > val...

Sorry for the late answer, I didn't notice your reply before. The problem is that both the backslash and the quote needs to end up escaped, not only the backslash....