openmole / mgo

Purely functional genetic algorithms for multi-objective optimisation
71 stars 3 forks source link

Publish version for scala 2.12 #5

Closed ylaurent closed 7 years ago

ylaurent commented 7 years ago

Hello, I wanted to try out mgo, looks awesome, is it possible to publish a version for scala 2.12 ? thanks 👍

romainreuillon commented 7 years ago

Hello, I just published MGO 2.2 for scala 2.11 and 2.12 on sonatype.

ylaurent commented 7 years ago

awesome! thanks :)

ylaurent commented 7 years ago

it seems this a required (at least projectseptemberinc) otherwise sbt can't find the dependencies. resolvers += Resolver.sonatypeRepo("public") resolvers += Resolver.sonatypeRepo("snapshots") resolvers += Resolver.bintrayRepo("projectseptemberinc", "maven") It might be worth adding it to the README :)

romainreuillon commented 7 years ago

Yes thanks!