aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-04-11 14:22:50 -0700
committerJason Zaugg <jzaugg@gmail.com>2013-04-11 14:22:50 -0700
commit1a8b72a0d1ee16ddcff637df57c2b22e2976b853 (patch)
tree08300178cf70a6aea7c6b39fbab308ba1088a944 /build.sbt
parentb87b924ea82262c825a037d40d49ce4d61aa214a (diff)
parente0b32253af62a1bc0ce68ccd7b9a8bc8cf54e3d0 (diff)
downloadscala-async-1a8b72a0d1ee16ddcff637df57c2b22e2976b853.tar.gz
scala-async-1a8b72a0d1ee16ddcff637df57c2b22e2976b853.tar.bz2
scala-async-1a8b72a0d1ee16ddcff637df57c2b22e2976b853.zip
Merge pull request #7 from retronym/topic/scala-2.10.1
Scala 2.10.1 compatibility
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index f1ded58..c0e062e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
-scalaVersion := "2.10.0"
+scalaVersion := "2.10.1"
-organization := "org.typesafe.async"
+organization := "org.typesafe.async" // TODO new org name under scala-lang.
name := "scala-async"