https://github.com/openmole/mgo
Raw File
Tip revision: df76e5215ef9b44acf6b09d4e8c678ba57365f7a authored by Romain Reuillon on 31 July 2024, 13:33:10 UTC
Bump version to 3.59-SNAPSHOT
Tip revision: df76e52
plugin.sbt
resolvers += Resolver.sonatypeRepo("staging")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

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

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

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

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


back to top