https://github.com/openmole/mgo
Raw File
Tip revision: 9936404f62f7eb57091bec98df60baa407f2ce7e authored by Romain Reuillon on 03 January 2022, 09:12:00 UTC
Fix naming
Tip revision: 9936404
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")

//addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.4.5")


back to top