Scala depends on Spring Framework
A bit of clickbait in the title. But you can’t run Scala’s hello world without downloading the spring-framework-bom. Why does a programming language depend on an application framework? What is going on here? The observation So you’re looking at Scala for some reason and you go through the getting started guide to install Scala. If you don’t want to deal with the clean up. Starting a docker container and installing Scala there wouldn’t be a bad idea. ...