https://github.com/openmole/mgo
Raw File
Tip revision: de0370cf1733ac93fedce02816aeecc407cc1901 authored by Romain Reuillon on 03 December 2012, 22:31:58 UTC
Setting version to 1.43
Tip revision: de0370c
plugin.sbt
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.0.0")

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

back to top