https://github.com/openmole/mgo
Raw File
Tip revision: f7c0d32aaf3aa07c9cbc2da205b482156cb716cb authored by Romain Reuillon on 18 April 2019, 21:58:01 UTC
Keep only first front in each niche to limit memory
Tip revision: f7c0d32
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.11")

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



back to top