aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-12-02 20:20:08 +0100
committerJakob Odersky <jodersky@gmail.com>2013-12-02 20:21:20 +0100
commitc3b105c93229ed2011cd245f593e91b431e7b227 (patch)
treea9e22623bdb0fe53a0b25376b0f2398e38202b81
parentaed3130faa6b6f435034a320ec5638016757bab5 (diff)
downloadakka-serial-c3b105c93229ed2011cd245f593e91b431e7b227.tar.gz
akka-serial-c3b105c93229ed2011cd245f593e91b431e7b227.tar.bz2
akka-serial-c3b105c93229ed2011cd245f593e91b431e7b227.zip
update Scala, SBT and Akka
-rw-r--r--project/Dependencies.scala2
-rw-r--r--project/FlowBuild.scala4
-rw-r--r--project/build.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3bcb4db..f7bd333 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
object Dependencies {
- lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.0"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.3"
lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.2"
lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala
index 858eaeb..087ff6f 100644
--- a/project/FlowBuild.scala
+++ b/project/FlowBuild.scala
@@ -7,9 +7,9 @@ import JniKeys._
object FlowBuild extends Build {
val Organization = "com.github.jodersky"
- val Version = "1.1-SNAPSHOT" //version of flow library
+ val Version = "1.0.1-SNAPSHOT" //version of flow library
val BinaryMajorVersion = 2 //binary major version used to select shared libraries when publishing (needs to be incremented if API changes are made to flow.h or NativeSerial.java)
- val ScalaVersion = "2.10.2"
+ val ScalaVersion = "2.10.3"
//see native settings down below
lazy val commonSettings: Seq[Setting[_]] = Seq(
diff --git a/project/build.properties b/project/build.properties
index 5a2bed5..0974fce 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.0-RC1
+sbt.version=0.13.0