Skip to content

Commit

Permalink
Upgrade to Akka 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Mar 5, 2012
1 parent df7a681 commit fd3713b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-example/src/main/resources/akka.conf
@@ -1,6 +1,6 @@
# akka config
akka {
version = "1.3" # Akka version, checked against the runtime version of Akka.
version = "1.3.1" # Akka version, checked against the runtime version of Akka.
event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
event-handler-level = "DEBUG" # Options: ERROR, WARNING, INFO, DEBUG
}
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Expand Up @@ -5,7 +5,7 @@ import ls.Plugin._
object BuildSettings {

lazy val basicSettings = Defaults.defaultSettings ++ lsSettings ++ Seq(
version := "1.0.0-SNAPSHOT",
version := "0.9.3",
homepage := Some(new URL("https://github.com/spray/spray-can")),
organization := "cc.spray",
organizationHomepage := Some(new URL("http://spray.cc")),
Expand Down
2 changes: 1 addition & 1 deletion server-example/src/main/resources/akka.conf
@@ -1,6 +1,6 @@
# akka config
akka {
version = "1.3" # Akka version, checked against the runtime version of Akka.
version = "1.3.1" # Akka version, checked against the runtime version of Akka.
event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
event-handler-level = "DEBUG" # Options: ERROR, WARNING, INFO, DEBUG
}
Expand Down
2 changes: 1 addition & 1 deletion spray-can/src/test/resources/akka.conf
@@ -1,6 +1,6 @@
# akka configuration
akka {
version = "1.3" # Akka version, checked against the runtime version of Akka.
version = "1.3.1" # Akka version, checked against the runtime version of Akka.
event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
event-handler-level = "DEBUG" # Options: ERROR, WARNING, INFO, DEBUG
}

0 comments on commit fd3713b

Please sign in to comment.