https://github.com/openmole/mgo
Raw File
Tip revision: 9311a04635191663113df8e1e69e904fd63c5c0f authored by Romain Reuillon on 23 May 2018, 12:07:05 UTC
Fix missing list concatenation.
Tip revision: 9311a04
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