python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
scoverage exclude packages for test vs integration test
in my build.scala i have
coverageExcludedPackages in ThisBuild := ".*dao.*"
which works great for excluding the package from coverage however i want to be able to exclude and include based ...
kim nguyen
Votes: 0
Answers: 0
Why is there a sbt exception there, when I have added the folder with another git branch as a subfolder of the project?
In order to set up the project the same way as another project developer already has done, I do
Clone the root project repo and switch/checkout the dev folder. It contains some project named core and...

Eljah
Votes: 0
Answers: 1
How to simplify working with provided dependencies?
I've seen this problem many times that I work on a java/scala project and there's a provided dependency that is on the classpath of the server (so, there's no need to include it inside the uber jar), ...
pavel_orekhov
Votes: 0
Answers: 0
Publishing Scala library with modules
I have to create Scala library which should be split in core module and module that contains additional features (something like zio-core and zio-streams). My idea is to put them in single github repo...

dsusnjara
Votes: 0
Answers: 1