Various streams build improvements
* remove settings duplication between AkkaBuild and project specific .sbt files * do not publish test projects * run akka-http-core tests * fix lambda sample project versions * remove obsolete projects (streamAndHttp, httpParent, docsDev) * exclude parsing project from unidoc * update to the latest sbt
This commit is contained in:
parent
70ff55ac36
commit
7743aa9d0a
25 changed files with 62 additions and 193 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name := "akka-sample-persistence-java-lambda"
|
||||
|
||||
version := "1.0"
|
||||
version := "2.4-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.11.7"
|
||||
|
||||
|
|
@ -13,4 +13,3 @@ libraryDependencies ++= Seq(
|
|||
"org.iq80.leveldb" % "leveldb" % "0.7",
|
||||
"org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue