Upgraded to version 0.9.1

This commit is contained in:
Jonas Bonér 2010-06-07 09:57:48 +02:00
parent 22fe2ac8a7
commit abf650067f
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ class ConfigurationException(message: String) extends RuntimeException(message)
* @author <a href="http://jonasboner.com">Jonas Bon&#233;r</a>
*/
object Config extends Logging {
val VERSION = "0.9"
val VERSION = "0.9.1"
// Set Multiverse options for max speed
System.setProperty("org.multiverse.MuliverseConstants.sanityChecks", "false")

View file

@ -15,7 +15,7 @@
</log>
<akka>
version = "0.9"
version = "0.9.1"
# FQN (Fully Qualified Name) to the class doing initial active object/actor
# supervisor bootstrap, should be defined in default constructor