Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-10-10 03:19:53 +0400
committerChris Rebert <code@rebertia.com>2014-10-10 03:19:53 +0400
commit6582b459bfd95d019e81b0697f628fa80df3da29 (patch)
tree02ac68bfc2c0db65996a873025af565447c3c25e
parente8e842b3402aa12983d7c4e0115b99cefc70d601 (diff)
use Scala 2.10.4
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 743776f..80bbe74 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "rorschach"
version := "1.0"
-scalaVersion := "2.10.3"
+scalaVersion := "2.10.4"
mainClass := Some("com.getbootstrap.rorschach.server.Boot")