We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357f869 commit 82cbee5Copy full SHA for 82cbee5
project/ScalaRedisProject.scala
@@ -8,7 +8,7 @@ object ScalaRedisProject extends Build
8
9
lazy val commonSettings: Seq[Setting[_]] = Seq(
10
organization := "net.debasishg",
11
- version := "0.5-SNAPSHOT",
+ version := "0.5",
12
scalaVersion := "2.10.4",
13
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
14
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)
0 commit comments