https://github.com/openmole/mgo
Revision 1562500fca834f6a368f3efc382152d8eba07e39 authored by Romain Reuillon on 25 August 2020, 14:03:31 UTC, committed by Romain Reuillon on 25 August 2020, 14:03:31 UTC
1 parent 5ddd55e
Raw File
Tip revision: 1562500fca834f6a368f3efc382152d8eba07e39 authored by Romain Reuillon on 25 August 2020, 14:03:31 UTC
Add keepAll parameter to results functions
Tip revision: 1562500
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