You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
243 B

  1. /* Plugin that provides connectivity to the Sonatype repo, where many open
  2. * source projects are hosted. (Projects published here are automatically
  3. * synchronized to Maven central.) */
  4. addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")