Skip to content

Commit

Permalink
Merge pull request #75 from fractaloop/scala-2.10.4
Browse files Browse the repository at this point in the history
Simple bump to 2.10.4 now that it's released.
  • Loading branch information
debasishg committed Apr 20, 2014
2 parents f373f33 + 97fe7ee commit 846efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaRedisProject.scala
Expand Up @@ -9,7 +9,7 @@ object ScalaRedisProject extends Build
lazy val commonSettings: Seq[Setting[_]] = Seq(
organization := "net.debasishg",
version := "0.5-SNAPSHOT",
scalaVersion := "2.10.4-RC3",
scalaVersion := "2.10.4",
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)
)
Expand Down

0 comments on commit 846efe4

Please sign in to comment.