=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

@ -1,8 +1,8 @@
name := "akka-docs-java-lambda"
version := "1.0"
version := "2.3-SNAPSHOT"
scalaVersion := "2.10.3"
scalaVersion := "2.10.4"
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")

View file

@ -11,7 +11,7 @@
<groupId>sample</groupId>
<artifactId>akka-sample-fsm-java-lambda</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>2.3-SNAPSHOT</version>
<dependencies>
<dependency>