=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:
parent
d51e06b389
commit
f677ed0b68
20 changed files with 37 additions and 35 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue