=pro sbt-0.13.2-RC2 with name hashing, scala 2.10.4

* take advantage of latest incremental compiler improvements
* scala 2.10.4
* Remove workaround in FutureSpec, bug fixed in Scala 2.10.4
* Change version of samples to allow snapshot overwrite in publishM2
* allow publish overwrite for osgi-dining-hakkers/uncommons
This commit is contained in:
Patrik Nordwall 2014-03-07 13:15:17 +01:00
parent d51e06b389
commit f677ed0b68
20 changed files with 37 additions and 35 deletions

View file

@ -2,7 +2,7 @@ name := "akka-docs-java-lambda"
version := "2.4-SNAPSHOT"
scalaVersion := "2.10.3"
scalaVersion := "2.10.4"
compileOrder := CompileOrder.ScalaThenJava