OlegYch

Results 133 comments of OlegYch

-1 i don't think it's worth breaking existing stuff like deployment scripts which most of the time have jar name hardcoded

not many people are using non-normalized project names though

as a workaround i use `Compile / scalafmt / unmanagedSources ++= (Compile / managedSources).value` but that breaks caching of generated files

turns out it was easier, submitted #236