https://github.com/openmole/mgo
Raw File
Tip revision: ca79a6c9c06dda7f46011d79db69c7bc1c2a9a86 authored by Romain Reuillon on 13 April 2018, 12:52:27 UTC
Update sonatype plugin.
Tip revision: ca79a6c
plugin.sbt
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")



back to top