5 lines
243 B
Scala
5 lines
243 B
Scala
/* Plugin that provides connectivity to the Sonatype repo, where many open
|
|
* source projects are hosted. (Projects published here are automatically
|
|
* synchronized to Maven central.) */
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
|