aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-10-02 19:01:00 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-10-02 19:01:00 -0300
commit0b62687fd294de343ae90824f4d570e4273586c1 (patch)
tree6b68e1bd5357ba0a0effe27cc800b50194bcfdc5 /project/Settings.scala
parentdf99b59fd05c5f5e6a4b48bb5e3485449a6d6eda (diff)
downloadKamon-0b62687fd294de343ae90824f4d570e4273586c1.tar.gz
Kamon-0b62687fd294de343ae90824f4d570e4273586c1.tar.bz2
Kamon-0b62687fd294de343ae90824f4d570e4273586c1.zip
Switched to DynamicVariables, solve context passing issue produced by runnable batching
Diffstat (limited to 'project/Settings.scala')
-rw-r--r--project/Settings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index 6aca813f..9633b405 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -3,7 +3,7 @@ import Keys._
import spray.revolver.RevolverPlugin.Revolver
object Settings {
- val VERSION = "0.0.2"
+ val VERSION = "0.0.3"
lazy val basicSettings = seq(
version := VERSION,