scala - What is the latest akka version that can be used with 1.3.4 spray? -
here written:
spray 1.3.4 built against scala 2.10.5 , akka 2.3.9 scala 2.11.6 , akka 2.3.9.
does mean
"com.typesafe.akka" %% "akka-actor" % "2.4.12" "io.spray" %% "spray-can" % "1.3.4"
in build.sbt
bad combination ?
is latest version of akka compatible spray "2.3.9" ?
Comments
Post a Comment