typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Should improve the workflow when releasing to Sonatype. #72

Closed non closed 9 years ago

non commented 9 years ago

This commit adds sbt-sonatype. It also updates our test library dependencies to the most recent versions and cleans up the SBT config a bit.

non commented 9 years ago

NOTE: I haven't actually published algebra with this setup yet, but I've used a very similar set up to publish at least 4 other projects today, so I'm fairly confident it will work.

non commented 9 years ago

P.S. I learned the hard way that the sort of setup we already have (with sbt-release) does not necessarily work well with sbt-scalajs: https://github.com/InTheNow/sbt-scalajs/issues/19

tixxit commented 9 years ago

:+1:

ghost commented 9 years ago

Also, discipline is not released, despite https://github.com/typelevel/discipline/pull/13

non commented 9 years ago

This PR is subsumed by #73.