cswinter / CodeCraftGame

The CodeCraft programming game.
http://www.codecraftgame.org
35 stars 10 forks source link

Set specific 1.0.4 version of scala-xml to avoid the multiple depende… #5

Closed barrybecker4 closed 6 years ago

barrybecker4 commented 6 years ago

…ncies warning:

Multiple dependencies with the same organization/name but different versions. To avoid conflict, pick one version: [warn] * org.scala-lang.modules:scala-xml_2.11:(1.0.2, 1.0.4)

barrybecker4 commented 6 years ago

I forked, cloned, and built (using intellij 2017), but noticed the multiple dependencies warning. This change to the sbt build fixed it. I plan to make a few other very minor changes until I can understand the code better.