https://github.com/openmole/mgo
Raw File
Tip revision: 7e1e7154b64800020ab5ae68ef258b9b679a8a15 authored by Romain Reuillon on 06 January 2020, 07:03:06 UTC
Update libs, prepare for 2.13
Tip revision: 7e1e715
plugin.sbt
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

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

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

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


back to top