https://github.com/openmole/mgo
Raw File
Tip revision: ab58c686c6b63aa284e322640ee8e045de45d469 authored by Romain Reuillon on 14 June 2021, 15:45:01 UTC
Add number of evaluated individual in state
Tip revision: ab58c68
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