danielkorzekwa / bayes-scala

Bayesian Networks in Scala
Other
205 stars 39 forks source link

deploy bayes-scala for Scala 2.11 to snapshot maven repo #20

Closed francisdb closed 9 years ago

francisdb commented 9 years ago

Continuation of #12 We are on scala 2.11 and the cross-build is already set up so I suppose this would not be too hard?

danielkorzekwa commented 9 years ago

DONE. bayes-scala for both 2.10 and 2.11 is deployed to sonatype now. https://oss.sonatype.org/content/repositories/snapshots/com/github/danielkorzekwa/

test it please.

some resources for sbt + travis + cross build: http://rosslawley.co.uk/posts/how-to-handle-multiple-scala-versions/ http://www.onegeek.com.au/scala/setting-up-travis-ci-for-scala http://www.javacodegeeks.com/2014/10/testing-your-plugin-with-multiple-version-of-play.html http://www.scala-sbt.org/0.13/docs/Howto-Scala.html

francisdb commented 9 years ago

[SUCCESSFUL ] com.github.danielkorzekwa#bayes-scala_2.11;0.5-SNAPSHOT!bayes-scala_2.11.jar (1399ms)

:+1: