There is something wrong with my sbt config.
I entered "org.apache.commons" % "commons-lang3" % "3.1"
into build.sbt, and it complains when I do sbt package.
what is the correct setting to include this lib?
Summation of comments and other answers. Steps to check.
libraryDependencies +=
prefix and the correct syntaxlibraryDependencies += "org.apache.commons" % "commons-lang3" % "3.3.2"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With