* 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
10 lines
200 B
Scala
10 lines
200 B
Scala
name := "akka-sample-persistence-scala"
|
|
|
|
version := "2.3-SNAPSHOT"
|
|
|
|
scalaVersion := "2.10.4"
|
|
|
|
libraryDependencies ++= Seq(
|
|
"com.typesafe.akka" %% "akka-persistence-experimental" % "2.4-SNAPSHOT"
|
|
)
|
|
|