ohze.net

Results 2 comments of ohze.net

I have other simple-and-common use case: `unmanagedSourceDirectories` don't work with Intellij ([question on stackoverflow](https://stackoverflow.com/questions/69664771)) ```scala // build.sbt val foo = projectMatrix .jvmPlatform(Seq("2.13.6", "2.12.15")) .settings( Compile / unmanagedSourceDirectories += (ThisBuild /...

DefinitelyTyped/DefinitelyTyped#34066