SBT example for 5.0


#1

Hi Christian (And everyone else of course!)

The documentation for 5.0 says that it is Beta.
And of course I could just be going blind - but I can find any snippets for using the 5.0 beta with Play 2.6
Do I need to use a different repository / resolver?
Is it just version “5.0.0” or is there an appendix like “5.0.0-beta”?

As always - Thanks!


#2

Hi,

I’ve not released a SNAPSHOT version. But you can build the artifacts yourself, by cloning the repository and executing sbt publish-local. Please see: http://www.scala-sbt.org/0.13/docs/Publishing.html

Best regards,
Christian


#3

I’d love to get my hands on this snapshot build as well and local publish isn’t an option for our CI / internal deploy system at the moment. Any idea when a 5.0 snapshot build might become available?


#4

Hi,

I’ll publish a snapshot version when I’m home from work.

Best regards,
Christian


#5

I’ve published the snapshot. It can take some time if it’s available in the Sonatype snapshot repository.


#6

Thx a bunch! I also needed to add the Akka snapshot repo:

resolvers += "Akka Snapshot Repository" at "http://repo.akka.io/snapshots/"