queer / box

A magical Minecraft box
GNU General Public License v3.0
7 stars 2 forks source link

Switch from maven to sbt #21

Open queer opened 5 years ago

broman commented 5 years ago

Is it necessary? Maven seems to be working fine

xJade00 commented 5 years ago

I've stated it before but it's like adding jars to the classpath for a java project. Does it "work fine"? Yes. Is it as good as the alternative? No

Here's some links: https://stackoverflow.com/a/11279264/10977609

It's good to stick with what's standard for the language, it's the same reason you'd avoid breakable or use None instead of Option.empty (where applicable).